Quote:
Originally Posted by =WoR=Varth
Example /givaallmoney:
pawn Код:
CMD:giveallmoney(playerid,params[]) { new money; if(sscanf(params,"d",money)) return SendClientMessage(playerid,-1,"/giveallmoney <amount>"); foreach(Player,i)//Using foreach { GivePlayerMoney(i,money); } return 1; }
|
i already solved that Omg BTW thanks for the effort i just need the giveall score :O