Hellow, i made a simple cleo mod for samp, for in game commands and I need this:
:cmd_52
SAMP.IsCommandTyped(20@)
0AF9: samp say_msg "/d FVR Federal Bureau Of Investigations in 5 secunde"
wait 5000
0AF9: samp say_msg "/fvrespawn"
SAMP.CmdRet()
Yes, but my 'wait 5000' doesn't work, what i can do?
I must wait 5 seconds between commands.
:cmd_52
SAMP.IsCommandTyped(20@)
0AF9: samp say_msg "/d FVR Federal Bureau Of Investigations in 5 secunde"
wait 5000
0AF9: samp say_msg "/fvrespawn"
SAMP.CmdRet()
Yes, but my 'wait 5000' doesn't work, what i can do?
I must wait 5 seconds between commands.