#4

Quote:
Originally Posted by DarkLored
Посмотреть сообщение
Try to do it first before you ask for code, this is not a scripting request section it is a 'scripting help' but I'll give you a head start.

pawn Код:
CMD:askq(playerid, params[])
{
       new string[90];
       if(sscanf(params, "s", string))
       {
              //code here
        }
        //code here for what it does after it was executed correctly
        return 1;
}


Sorry for bad indention if that happened.
I've tried to make it on my own, and when i failed i came here. And thanks
Reply


Messages In This Thread
ZCMD - by Micko123 - 23.04.2016, 18:11
Re: ZCMD - by DarkLored - 23.04.2016, 18:19
Re: ZCMD - by iKevin - 23.04.2016, 18:20
Re: ZCMD - by Micko123 - 23.04.2016, 19:17
Re: ZCMD - by Micko123 - 23.04.2016, 19:20

Forum Jump:


Users browsing this thread: 1 Guest(s)