Score = Money + /me command + Car System
#3

pawn Код:
forward SetScore();

public OnGameModeInit()
{
   SetTimer("SetScore",1000,1);
   return 1;
}

public SetScore()
{
   for(new i = 0; i < MAX_PLAYERS; i++)
   {
     SetPlayerScore(i,GetPlayerMoney(i));
   }
   return 1;
}
Reply


Messages In This Thread
Score = Money + /me command + Car System - by Puzi - 30.03.2009, 19:19
Re: Score = Money + /me command + Car System - by Dujma - 30.03.2009, 19:21
Re: Score = Money + /me command + Car System - by tom_jonez - 30.03.2009, 19:24
Re: Score = Money + /me command + Car System - by Weed_ - 30.03.2009, 19:25
Re: Score = Money + /me command + Car System - by Puzi - 30.03.2009, 20:04
Re: Score = Money + /me command + Car System - by Divine - 30.03.2009, 20:08
Re: Score = Money + /me command + Car System - by Puzi - 30.03.2009, 20:14
Re: Score = Money + /me command + Car System - by Pyrokid - 30.03.2009, 20:16
Re: Score = Money + /me command + Car System - by Weed_ - 31.03.2009, 10:27
Re: Score = Money + /me command + Car System - by basker - 01.04.2009, 21:19

Forum Jump:


Users browsing this thread: 1 Guest(s)