help with /giveallscore and /giveallmoney
#3

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
Reply


Messages In This Thread
[SOLVED] help with /giveallscore - by jejemonerz123 - 27.10.2011, 03:39
Re: help with /giveallscore and /giveallmoney - by =WoR=Varth - 27.10.2011, 03:44
Re: help with /giveallscore and /giveallmoney - by jejemonerz123 - 27.10.2011, 03:51

Forum Jump:


Users browsing this thread: 1 Guest(s)