Please Help!!!!! Checkpoints !!!very important!!
#12

Код:
new bool:setCPOnConnect = true;//Place this on top of your script

public OnPlayerConnect(playerid)
{
	if (setCPOnConnect)
		SetPlayerCheckpoint(playerid, 123.4, 567.8, 912.3, 1.0);
	return 1;
}

public OnPlayerEnterCheckpoint(playerid)
{
	setCPOnConnect = false;
	//Your other code here to set the next CP for every player
	return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)