Money on pirate ship SOLVED
#4

Quote:
Originally Posted by Babul
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);
		}
	}
}
Wrong, that would give: Error undefined symbol "playerid"
Use my code, it will work

@Babul
Btw i suggest using this loop instead of yours as it is faster.

pawn Код:
for(new i=0; i<MAX_PLAYERS; i++)
Just change your "ID" to "i"
Reply


Messages In This Thread
Money on pirate ship SOLVED - by bartje01 - 26.02.2010, 06:29
Re: Money on pirate ship - by bajskorv123 - 26.02.2010, 06:53
Re: Money on pirate ship - by Babul - 26.02.2010, 06:53
Re: Money on pirate ship - by bajskorv123 - 26.02.2010, 06:57
Re: Money on pirate ship - by [HiC]TheKiller - 26.02.2010, 07:04
Re: Money on pirate ship - by Babul - 26.02.2010, 07:11
Re: Money on pirate ship - by bartje01 - 26.02.2010, 16:23
Re: Money on pirate ship - by bajskorv123 - 26.02.2010, 16:31
Re: Money on pirate ship - by bartje01 - 26.02.2010, 17:10
Re: Money on pirate ship - by VonLeeuwen - 26.02.2010, 17:11

Forum Jump:


Users browsing this thread: 1 Guest(s)