Lordul202021
Member
hi, i want to make something when i type '/cjob' to auto send '/quitjob' then 'getjob'
i tried using this code
but it sends just /quitjob and i dont understand why, it happens just for some servers, not all of them
thanks
i tried using this code
Code:
0B34: samp register_client_command "cjob" to_label @cmd
:cmd
SAMP.IsCommandTyped(20@)
0AF9: samp say_msg "/quitjob"
wait 600
0AF9: samp say_msg "/getjob"
SAMP.CmdRet()
but it sends just /quitjob and i dont understand why, it happens just for some servers, not all of them
thanks