CLEO Help Help

CLEO related
Status
Not open for further replies.

iavorovschi

Member
Joined
Aug 13, 2014
Messages
5
Reaction score
0
Code:
:LIVE_CMD_12592
   SAMP.IsCommandTyped(0@ 20@)
if and
0AF5: write_string 0@ to_ini_file "cleo\Live_CMD.ini" section "Random" key "name" 
0AD4: 20@ = scan_string 20@ format "%d" 21@
then 
   0C17: 2@ = strlen 0@  
   1@ = SAMP.GetPlayerNickname(21@)
   say "Acesta a fost interviul nostru cu %s. Eu sunt %s si va urez o zi placuta." 1@ 2@ 
   say "/sms %s Meh." 1@ 
   say "/sms %s Meh." 2@
end 
SAMP.CmdRet()
I get crash when i typing command in game , what i did wrong?
 
Status
Not open for further replies.
Top