You are not logged in.
Pages: 1
HELLO!
Guys, i need a cleo script for SA:MP!
He need to do(exemple):
When i press a combination of letters (r+z) or a simple letter (r) the script execute a command in chat (/stats).
THANKS!
Last edited by P A R A D O X (04-07-2018 17:47)
Offline
Try:
:TESTCLEO_01
wait 0
if and
0AB0: key_pressed 90 // key z
0AB0: key_pressed 82 // key r
0AFA: is_samp_structures_available
else_jump @TESTCLEO_01
0AF9: samp say_msg "/stats"
wait 1000
jump @TESTCLEO_01
Last edited by AndreiNaa (01-05-2020 00:39)
Offline
Pages: 1