Money to score
#2

pawn Код:
CMD:null(playerid, cmdtext[])
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        SetPlayerScore(i, 0);
        SetPlayerMoney(i, 0);
    }
    return 1;
}

stock SetPlayerMoney(playerid, cash)
{
  ResetPlayerMoney(playerid);
  return GivePlayerMoney(playerid, cash);
}
This will reset everyone's money & score
Reply


Messages In This Thread
Money to score - by SydonaiCZ - 12.07.2011, 09:40
Re: Money to score - by Wesley221 - 12.07.2011, 09:53
Re: Money to score - by SydonaiCZ - 12.07.2011, 10:19
Re: Money to score - by RyDeR` - 12.07.2011, 10:22
Re: Money to score - by SydonaiCZ - 12.07.2011, 10:25
Re: Money to score - by Basicz - 12.07.2011, 10:30
Re: Money to score - by Shadoww5 - 12.07.2011, 13:21

Forum Jump:


Users browsing this thread: 4 Guest(s)