Checkpoint
#1

I create multiple checkpoint but show the only one checkpoint. I want multiple checkpoint to example.

Example:

Код:
new lspark;
new caligulas;
new fourdragons;
Код:
lspark = SetPlayerCheckpoint(playerid, 1277.8204,-2039.3345,59.0079, 3.0); // Los Santos Parkı
caligulas = SetPlayerCheckpoint(playerid, 2159.1150,1680.2651,10.6953, 3.0); // Caligula's Gazinosu
fourdragons = SetPlayerCheckpoint(playerid, 2040.9434,1007.0724,10.6719, 3.0); // Four Dragon's Gazinosu
Код:
if(checkpoint == lspark)
{
	GivePlayerWeapon(playerid,31,500);
}
if(checkpoint == caligulas)
{
	GivePlayerWeapon(playerid,37,500);
}
if(checkpoint == fourdragons)
{
	GivePlayerWeapon(playerid,35,500);
}
Help...
Reply
#2

samp only allows one checkpoint at the time.
Use a checkpoint streamer
Reply
#3

Thank. Do you know i want for checkpoint streamer ?
Reply
#4

Just search the forum. They all work.
Reply
#5

Quote:
Originally Posted by Emrets61
Thank. Do you know i want for checkpoint streamer ?
The one Yaheli released is decent.
Reply
#6

Quote:
Originally Posted by Fatal
Quote:
Originally Posted by Emrets61
Thank. Do you know i want for checkpoint streamer ?
The one Yaheli released is decent.
Thank. I now looking.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)