OnPlayerEnterCheckpoint function help
#1

Ok,
How i can do it like:

Код:
new cp1;

public OnPlayerSpawn(playerid)
{
    cp1 = SetPlayerCheckpoint(playerid, 1982.6150, -220.6680, -0.2432, 3.0);
    return 1;
}

public OnPlayerEnterCheckpoint(playerid)
{
	if(checkpointid == cp1)
	{
		CreateVehicle(520, 1982.6150, -221.0145, -0.2432, 82.2873, -1, -1, 60000);
	 	DisablePlayerCheckpoint(playerid);
	}
    return 1;
}
Reply
#2

Streamer plugin.
Reply
#3

Quote:
Originally Posted by OneDay
Посмотреть сообщение
Streamer plugin.
Example please....
Reply
#4

https://sampforum.blast.hk/showthread.php?tid=102865
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)