/showid or /showlicence help
#2

pawn Код:
if(strcmp(cmd, "/license", true) == 0)
    {
    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;
try this... you must have sscanf2
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: 1 Guest(s)