Is it possible to check if a variable equals something that isn't an integer before carrying on with the script?
Here's something I made to explain what I mean
:FUCK
wait 0 ms
if and
0457: player $PLAYER_CHAR aiming_at_actor 1@
0AB0: key_pressed 1
jf @FUCK
0B2B: samp 2@ = get_player_id_by_actor_handle 1@
0B36: samp 3@ = get_player_nickname 2@
if
not 3@ = "Fishface_Jones" [glow=red,2,300]<--IS IT POSSIBLE TO DO SOMETHING LIKE THIS?![/glow]
jf @FUCK
0AF9: samp say_msg "LOL UR NOT FISHFACE WTF"
jump @FUCK
Here's something I made to explain what I mean
:FUCK
wait 0 ms
if and
0457: player $PLAYER_CHAR aiming_at_actor 1@
0AB0: key_pressed 1
jf @FUCK
0B2B: samp 2@ = get_player_id_by_actor_handle 1@
0B36: samp 3@ = get_player_nickname 2@
if
not 3@ = "Fishface_Jones" [glow=red,2,300]<--IS IT POSSIBLE TO DO SOMETHING LIKE THIS?![/glow]
jf @FUCK
0AF9: samp say_msg "LOL UR NOT FISHFACE WTF"
jump @FUCK