multiple checkpoints
#1

i want to be able to set mutiple

SetPlayerCheckpoint`s all arround my map but its only loading 1??

i scripted it like for example:
Код:
public OnPlayerSpawn(playerid)

{
 	SetPlayerCheckpoint(playerid, 2462.5984 , 2245.0117 , 10.8203 , 2);

	return 1;

}
and also how do you do multiple actions for the multiple checkpiints?

heres an example of only 1
Код:
public OnPlayerEnterCheckpoint(playerid)
{
SendClientMessage(playerid, COLOR_YELLOW, "Type /Skydive To Skydive!");
SetPlayerInterior(playerid,9);
SetPlayerPos(playerid,315.84,991.42,1958.32);
}
but that doest specify which checkpoint!

plz help!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)