/showid or /showlicence help
#4

pawn Код:
CMD:license(playerid, params[])
{
    new id;
    if(sscanf(params, "u", id))return SendClientMessage(playerid, -1, "Usage: /licenses [ID]");
    if(PlayerInfo[playerid][pLicKey] == 1)
    {
        SendClientMessage(id,COLOR_RED,"Player have license!");
    }
    else
    {
        SendClientMessage(id,COLOR_RED,"Player havent licenses!");
    }
    return 1;
}
no problem, here is in ZCMD
Reply


Messages In This Thread
/showid or /showlicence help - by sherlock - 20.12.2011, 21:42
Re: /showid or /showlicence help - by kizla - 20.12.2011, 21:47
Re: /showid or /showlicence help - by Steven82 - 20.12.2011, 22:09
Re: /showid or /showlicence help - by kizla - 20.12.2011, 22:11
Re: /showid or /showlicence help - by sherlock - 20.12.2011, 23:27

Forum Jump:


Users browsing this thread: 2 Guest(s)