2 cp's ...?
#1

I made a pickup, wich let appear a cp, but if a Player enters the 1. cp, a new one should appear.
It looks like this:
Код:
public OnPlayerEnterCheckpoint(playerid)
{
	DisablePlayerCheckpoint(playerid);
	SetPlayerCheckpoint(playerid,863.4678,2007.2075,1628.3438,2);
	}
	{
	DisablePlayerCheckpoint(playerid);
	SetPlayerCheckpoint(playerid,805.1839,2006.8567,1628.3438,2);
	return 1;
}
Can anyone correct it, please? O.o
Reply


Messages In This Thread
2 cp's ...? - by HardstylerNiko - 20.08.2010, 14:42
Re: 2 cp's ...? - by ScottCFR - 20.08.2010, 15:45
Re: 2 cp's ...? - by HardstylerNiko - 20.08.2010, 18:23
Re: 2 cp's ...? - by Sky4D - 20.08.2010, 18:26

Forum Jump:


Users browsing this thread: 2 Guest(s)