Zin
Expert
- Joined
- Aug 1, 2013
- Messages
- 1,723
- Solutions
- 1
- Reaction score
- 112
So i dont care if spawning a car with cleo isnt sync it still works so i made this little cleo
But somethings wrong when i type Givecar i hear the activation sound and something happens my screen goes to the samp started screen when your connecting to the server and i have something in the corner saying GAMBLING whats the correct opcode to spawn a car
Code:
{$CLEO .cs}
THREAD 'CAR'
:CAR_01
wait 0
if
0ADC: test_cheat "Givecar"
else_jump @CAR_01
018C: play_sound 1052 at 0.0 0.0 0.0
0ADD: spawn_car_with_model #RHINO like_a_cheat
But somethings wrong when i type Givecar i hear the activation sound and something happens my screen goes to the samp started screen when your connecting to the server and i have something in the corner saying GAMBLING whats the correct opcode to spawn a car