I need help with my gamemode
#3

pawn Код:
public OnGameModeInit()
{
SetTimer("score",1000,true);//repeating timer 1time each/sec
return 1;
}
forward score();
public score()
{
  for(new i = 0; i < MAX_PLAYERS; i++)
  {
     SetPlayerScore(i,GetPlayerScore(i)+1);
  }
}
Reply


Messages In This Thread
I need help with my gamemode - by Pro_Drifter - 16.08.2012, 11:43
Re: I need help with my gamemode - by RXservers - 16.08.2012, 11:47
Re: I need help with my gamemode - by RedFusion - 16.08.2012, 11:59

Forum Jump:


Users browsing this thread: 1 Guest(s)