/showid or /showlicence help
#1

I have a command to show the player if he has a licence or not:
pawn Код:
if(strcmp(cmd, "/license", true) == 0)
    {
    if(PlayerInfo[playerid][pLicKey] == 1)
    {
    SendClientMessage(playerid,COLOR_RED," You have License!");
    }
    else
    {
    SendClientMessage(playerid,COLOR_RED," You Dont Have License!");
    }
    return 1;
How could i make it so it is /license [ID] to show to others?
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)