/givegun[help]
#10

pawn Код:
if(strcmp(cmd, "/veh", true) == 0)
{
    tmp = strtok(cmdtext, idx);
    if(!strlen(tmp))
        return SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /veh [part]");

    if(!strcmp(tmp,"engine"))
    {
        //functions
    }
    else if(!strcmp(tmp,"lights"))
    {
        //functions
    }
    else if(!strcmp(tmp,"alarm"))
    {
        //functions
    }
    else if(!strcmp(tmp,"doors"))
    {
        //functions
    }
    else if(!strcmp(tmp,"bonnet"))
    {
        //functions
    }
    else if(!strcmp(tmp,"boot"))
    {
        //functions
    }
    else if(!strcmp(tmp,"objective"))
    {
        //functions
    }
    return true;
}
Reply


Messages In This Thread
/givegun[help] - by Dan_Barocu - 11.05.2012, 14:41
Re: /givegun[help] - by iGetty - 11.05.2012, 15:01
Re: /givegun[help] - by Dan_Barocu - 11.05.2012, 16:15
Re: /givegun[help] - by ViniBorn - 11.05.2012, 16:53
Re: /givegun[help] - by Dan_Barocu - 11.05.2012, 17:05
Re: /givegun[help] - by ViniBorn - 11.05.2012, 17:10
Re: /givegun[help] - by Dan_Barocu - 11.05.2012, 17:33
Re: /givegun[help] - by ViniBorn - 11.05.2012, 17:55
Re: /givegun[help] - by Dan_Barocu - 11.05.2012, 18:16
Re: /givegun[help] - by ViniBorn - 11.05.2012, 18:35

Forum Jump:


Users browsing this thread: 1 Guest(s)