Hello guys, I'm trying to create a cleo mod like this:
When i'm using the command /mycommand(just an example)
I want it to do : /sms (number) (text) like
/sms 88123 Hello but i want to use:
/mycommand Hello
Explain again? Ok:
When i'm using the command
/mycommand Hello(or another text) to use the command /sms on a number that i wrote in the cs like /sms 88123 and the text: /mycommand What are you doing? (/sms 88123 What are you doing) something like that, i can't explain much more please help me
the code:
:cmd_44
SAMP.IsCommandTyped(20@)
0AF9: samp say_msg "/sms 88123 %s"
chatmsg: "> You used the command [/mycommand]"
SAMP.CmdRet()
Help me fast pleasee
When i'm using the command /mycommand(just an example)
I want it to do : /sms (number) (text) like
/sms 88123 Hello but i want to use:
/mycommand Hello
Explain again? Ok:
When i'm using the command
/mycommand Hello(or another text) to use the command /sms on a number that i wrote in the cs like /sms 88123 and the text: /mycommand What are you doing? (/sms 88123 What are you doing) something like that, i can't explain much more please help me
the code:
:cmd_44
SAMP.IsCommandTyped(20@)
0AF9: samp say_msg "/sms 88123 %s"
chatmsg: "> You used the command [/mycommand]"
SAMP.CmdRet()
Help me fast pleasee