Object Removing
#6

Here's how you do it...
Код:
public OnPlayerUpdate(playerid)
{
	for(new i = 0; i < MAX_PLAYERS; i++)
	if(IsPlayerConnected(i))
	{
	    RemoveBuildingForPlayer(......)
	}
	return 1;
}
Reply


Messages In This Thread
Object Removing - by WiPaS - 01.06.2012, 12:37
Re: Object Removing - by TzAkS. - 01.06.2012, 12:39
Re: Object Removing - by Sandiel - 01.06.2012, 13:41
Re: Object Removing - by CptK - 01.06.2012, 13:55
Re: Object Removing - by pasha97 - 01.06.2012, 13:58
Re: Object Removing - by Sandiel - 01.06.2012, 15:26
Re: Object Removing - by aaronwelsh - 01.06.2012, 15:29

Forum Jump:


Users browsing this thread: 2 Guest(s)