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)
+--- Thread: checkpoint (
/showthread.php?tid=357785)
checkpoint -
thefatshizms - 08.07.2012
my checkpoint is not showing im using streamer
pawn Код:
stadium = CreateDynamicCP(-2110.8479,-444.7320,38.7344, 2, -1, -1, -1);// on player spawn
public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
if(checkpointid == stadium)
{
ShowPlayerDialog(playerid, 12112131, DIALOG_STYLE_LIST, "Stadium", "Derby\nFight club\nFc training\nDrift", "Select", "Cancel");
return 1;
}
return 1;
}
Re: checkpoint -
newbienoob - 08.07.2012
pawn Код:
stadium = CreateDynamicCP(-2110.8479,-444.7320,38.7344, 2, -1, -1, -1);//Under OnGameModeInit
Re: checkpoint -
thefatshizms - 08.07.2012
It still doesn't show
Re: checkpoint -
newbienoob - 08.07.2012
Try this
pawn Код:
stadium = CreateDynamicCP(-2110.8479,-444.7320,38.7344, 2, _,_,_,300);
Re: checkpoint -
zT KiNgKoNg - 08.07.2012
https://sampforum.blast.hk/showthread.php?tid=289337
Re: checkpoint -
thefatshizms - 08.07.2012
nope dont work
Re: checkpoint -
zT KiNgKoNg - 08.07.2012
did you follow the tutorial
Re: checkpoint -
thefatshizms - 08.07.2012
i get 5 errors if i do the tut
Re: checkpoint -
zT KiNgKoNg - 08.07.2012
Quote:
Originally Posted by thefatshizms
i get 5 errors if i do the tut
|
Make sure you have the streamer upto date
Re: checkpoint -
Rudy_ - 08.07.2012
Try this
pawn Код:
stadium = CreateDynamicCP(-2110.8479,-444.7320,38.7344, 0, 0, -1, -1);