Give XP Command
#3

I think so:
For money its so:
pawn Код:
COMMAND:money(playerid,params[])
{
    if(Admin[playerid] < 4) return NoSuccess(playerid,"You cannot use this Command!");
   
    for(new i=0;i<MAX_PLAYERS;i++)
    {
        if(IsPlayerConnected(i))
        {
            GivePlayerMoney(i,500);
        }
    }
    SendClientMessageToAll(neongruen,"An Admin gave all Players $500!");
    return 1;
}
But how for xP?
Reply


Messages In This Thread
Give XP Command - by LuffyD - 29.03.2013, 14:59
Re: Give XP Command - by Joshman543 - 29.03.2013, 15:11
AW: Give XP Command - by LuffyD - 29.03.2013, 15:49
Re: Give XP Command - by OrMisicL - 29.03.2013, 15:58
Re: Give XP Command - by ACI - 29.03.2013, 16:19
AW: Give XP Command - by LuffyD - 29.03.2013, 17:56

Forum Jump:


Users browsing this thread: 5 Guest(s)