I have 2 scripts. I want to use 0AF9: samp say_msg but i can't.. Look in pictures.
Everything is fine in first code, but now if i use 0AF9: samp say_msg "/armura" it says "Invalid command, etc...". Please help me if it's possible.
Code:
{$CLEO}
thread "99armor"
repeat
wait 0
until SAMP.Available()
0B34: "armura" @MAIN_SYSTEM
while true
wait 0
end
:MAIN_SYSTEM
wait 0
035F: $PLAYER_ACTOR += 100
035F: $PLAYER_ACTOR += -1
0AF8: "[>>] Armour refilled!" 12566463
SAMP.CmdRet()
Code:
{$CLEO}
thread "3142"
repeat
wait 0
until SAMP.Available()
0B34: "armura31" @MAIN_SYSTEM
while true
wait 0
end
:MAIN_SYSTEM
wait 0
0AF8: samp add_message_to_chat "{FFFFFF}It's working" color 0xFFFFFF
0AF9: samp say_msg "/armura"
SAMP.CmdRet()