Checkpoint - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Checkpoint (
/showthread.php?tid=71095)
Checkpoint -
Emrets61 - 29.03.2009
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...
Re: Checkpoint -
FUNExtreme - 29.03.2009
samp only allows one checkpoint at the time.
Use a checkpoint streamer
Re: Checkpoint -
Emrets61 - 29.03.2009
Thank. Do you know i want for checkpoint streamer ?
Re: Checkpoint -
FUNExtreme - 29.03.2009
Just search the forum. They all work.
Re: Checkpoint -
ReV. - 29.03.2009
Quote:
Originally Posted by Emrets61
Thank. Do you know i want for checkpoint streamer ?
|
The one Yaheli released is decent.
Re: Checkpoint -
Emrets61 - 29.03.2009
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.