CLEO Help Something wrong :/

CLEO related
Status
Not open for further replies.

MasterXVQ

Member
Joined
Feb 18, 2014
Messages
22
Reaction score
0
Helloo
Code:
:BUG_ON_FOOT
wait 0
20@ = Actor.CurrentCar($PLAYER_ACTOR)
Actor.StorePos($PLAYER_ACTOR, 18@, 19@, 20@)
Actor.StorePos(4@, 15@, 16@, 17@)
wait 100
Car.PutAt(20@, 15@, 16@ 17@)
Actor.PutAt($PLAYER_ACTOR, 15@, 16@, 17@)
wait 100 
Car.PutAt(20@, -1.792915E38, -1.25, 5019.66)
Actor.PutAt($PLAYER_ACTOR, -1.792915E38, -1.25, 5019.66)
wait 1500
0362: remove_actor $PLAYER_ACTOR from_car_and_place_at 18@ 19@ 20@ 
SAMP.CmdRet

Something is wrong with it :/
I want to teleport to player, then when he stick to my car send him to loading screen.
Sorry for English
Thanks for help.

//Edit
Btw. Player 4@ is defined. I defined him before.
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
271
20@ = Actor.CurrentCar($PLAYER_ACTOR)
Actor.StorePos($PLAYER_ACTOR, 18@, 19@, 20@)

20@ isn't the car handle anymore, it's the z position.

- moved to CLEO HELP -
 
Status
Not open for further replies.
Top