CLEO Help Maybe this Cleo is crashing my samp

CLEO related
Status
Not open for further replies.

afattahniz

Active member
Joined
Jun 8, 2015
Messages
74
Reaction score
0
I am using only this cleo mod, so maybe this one crashing my game,

// This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013
{$CLEO .cs}

//-------------MAIN---------------
thread 'SPAWN'

:SPAWN_11
wait TIME
if and
  not Actor.Driving($PLAYER_ACTOR)
key_down X
else_jump @SPAWN_11
0AF6: samp spawn_player
print "~G~SPAWNED!" 1337
018C: play_sound 1084 at 0.0 0.0 0.0
else_jump @SPAWN_11
select_interior X
0860: link_actor $PLAYER_ACTOR to_interior X
else_jump @SPAWN_11
wait TIME
say "/mycmd"
wait TIME 
jump @SPAWN_11

When i press the key about 30 or 40 times everytime after that My samp crashes  :sadpepe: and i need to re open it, someone please help me is anything wrong with this Cleo mod or there maybe something wrong with my Game
 
Status
Not open for further replies.
Top