Driving Score
#10

Just do this:
pawn Код:
forward HydraScore();
OnFilterScriptInit:
SetTimer("HydraScore", 60000, true);

public HydraScore()
{
  for(new i=0; i<MAX_PLAYERS; i++ )
  {
     if(GetVehicleModel(GetPlayerVehicleID(i)) == 520)
     {
      SetPlayerScore(i, GetPlayerScore(i)+1);
    }
  }
  return 1;
}
Reply


Messages In This Thread
Driving Score - by rs2fun111 - 20.12.2009, 19:48
Re: Driving Score - by PANNA - 20.12.2009, 19:55
Re: Driving Score - by rs2fun111 - 20.12.2009, 19:57
Re: Driving Score - by rs2fun111 - 20.12.2009, 20:04
Re: Driving Score - by Vetle - 20.12.2009, 20:06
Re: Driving Score - by rs2fun111 - 20.12.2009, 20:10
Re: Driving Score - by [HiC]TheKiller - 20.12.2009, 20:24
Re: Driving Score - by rs2fun111 - 20.12.2009, 20:30
Re: Driving Score - by rs2fun111 - 20.12.2009, 21:02
Re: Driving Score - by Marcel - 20.12.2009, 21:36

Forum Jump:


Users browsing this thread: 2 Guest(s)