Hi,
I have been trying to fix this bug in very long time but I can't do it, I have tried so much. I want my script to set HP to 98 and also say a text "Hello" but it doesn't do that, it sets the HP but the text is blank, there's an empty line that shows up, like this:
Here's my code:
Anyone know what's the problem?
I have been trying to fix this bug in very long time but I can't do it, I have tried so much. I want my script to set HP to 98 and also say a text "Hello" but it doesn't do that, it sets the HP but the text is blank, there's an empty line that shows up, like this:
Code:
[18:12:41]
[18:12:42]
[18:12:42]
[18:12:42]
Here's my code:
Code:
// This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013
{$CLEO .cs}
//-------------MAIN---------------
0662: printstring "HP"
:NONAME_35
wait 0
if and
Player.Defined($PLAYER_ACTOR)
0AB0: key_pressed 36
else_jump @NONAME_35
wait 10
Actor.Health($PLAYER_ACTOR) = 98
0AF8: samp add_message_to_chat "Hello" color 0xCC0000
wait 2000
jump @NONAME_35
Anyone know what's the problem?