why doesnt this work?
#2

Try this.

pawn Код:
if(strcmp(cmd,"/lic",true)==0)
{
    if(!PlayerInfo[playerid][pCarLic])
        return SendClientMessage(playerid,COLOR_GREY,"you dont have one"),1;
    else
        return SendClientMessage(playerid,COLOR_GREY,"you do have one"),1;
}
Reply


Messages In This Thread
why doesnt this work? - by CrazyBlob - 22.04.2011, 18:52
Re: why doesnt this work? - by Backwardsman97 - 22.04.2011, 18:54
Re: why doesnt this work? - by CrazyBlob - 22.04.2011, 18:58

Forum Jump:


Users browsing this thread: 1 Guest(s)