Easy fix LOOK HERE!!
#3

Quote:
Originally Posted by antonio112
Посмотреть сообщение
pawn Код:
CMD:spraycrips(playerid, params[])
{
        if(strcmp(params, "1", false) == 0)
        {
                SendClientMessage(playerid, -1, "This is Spray Crips 1.");
        }
        else if(strcmp(params, "2", false) == 0)
        {
                SendClientMessage(playerid, -1, "This is Spray Crips 2.")
        }
        else if(strcmp(params, "crips", false) == 0)
        {
                SendClientMessage(playerid, -1, "Use /spraycrips crips command.");
        }
        else return SendClientMessage(playerid, -1, "Usage: /spraycrips (1, 2 or crips)");
}
Thanks i'll test it out.
Reply


Messages In This Thread
Easy fix LOOK HERE!! - by Chrillzen - 11.11.2011, 18:53
Re: Easy fix LOOK HERE!! - by antonio112 - 11.11.2011, 18:58
Re: Easy fix LOOK HERE!! - by Chrillzen - 11.11.2011, 19:38

Forum Jump:


Users browsing this thread: 1 Guest(s)