26.02.2010, 06:53
iam sure you know where to put these parts in...
Код:
SetTimer("TimerPirateShip",3000,true);
Код:
forward TimerPirateShip(); public TimerPirateShip() { new ID; for(ID=0;ID<MAX_PLAYERS;ID++) { if(IsPlayerInRangeOfPoint(ID, 20.0, 2000.6755,1543.2694,13.5859)) { GivePlayerMoney(playerid,50); } } }