CLEO Help actor define problem

CLEO related
Status
Not open for further replies.

blackHat

Expert
Joined
Jul 28, 2013
Messages
930
Reaction score
2
hello all, long time no see ha, sorry guys?
before i left everything i made a great cleo mode and compile it successfully (i'm using it right now)

but now (after i missed gta sa :D ) i changed a bit in it but i can't compile it it says:

Unknown directive actor.defined($player_actor).

this is my actor define part
:getinfo
wait 0
actor.defined($player_actor)//define the actor
0247: request_model xxxx //request the object
04C4: store_coords_to 1@ 2@ 3@ from_actor $player_actor with_offset 0.0 0.0 0.0  //to store coords of the player
return


anyone have an idea, i don't see anything wrong though  :yuno:

btw already searched and didn't find anything useful  :sweet_jesus:
 

blackHat

Expert
Joined
Jul 28, 2013
Messages
930
Reaction score
2
yeah i did but the code just wont work , i pressed the key but nothing happened , is this cuzed by
0000:NOP
 

blackHat

Expert
Joined
Jul 28, 2013
Messages
930
Reaction score
2
is this code
0AB0:  key_pressed 116 //F5 key

replaced by this code 
0735:  is_keyboard_key_pressed 116 //F5 key

which one should i use , btw i tried both but none of them  are working
 

TheZeRots

Expert
Joined
Dec 21, 2013
Messages
1,247
Reaction score
1
springfield link said:
You don't need in all scripts, just in some, depending how you make them. Doesn't matter the SB version.
Then I don't know what he's doing lol
He's trying to put an object onto himself...
 
Status
Not open for further replies.
Top