Problem with timer
#4

This is an example on how to do it with an variable

pawn Код:
new robbing[MAX_PLAYERS];

forward robc();

public robc()
{
 foreach(Player, i)
 {
 if(robbing[i] = 1)
  {
  GivePlayerMoney(i,9000);
  }
 }
 return 1;
}
Reply


Messages In This Thread
Problem with timer - by davve95 - 09.11.2012, 16:40
Re: Problem with timer - by doreto - 09.11.2012, 17:08
Re: Problem with timer - by Glad2BeHere - 09.11.2012, 17:08
Re: Problem with timer - by Glad2BeHere - 09.11.2012, 17:12
Re: Problem with timer - by davve95 - 09.11.2012, 18:11

Forum Jump:


Users browsing this thread: 1 Guest(s)