checkpoint
#1

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;
   
}
Reply
#2

pawn Код:
stadium = CreateDynamicCP(-2110.8479,-444.7320,38.7344, 2, -1, -1, -1);//Under OnGameModeInit
Reply
#3

It still doesn't show
Reply
#4

Try this
pawn Код:
stadium = CreateDynamicCP(-2110.8479,-444.7320,38.7344, 2, _,_,_,300);
Reply
#5

https://sampforum.blast.hk/showthread.php?tid=289337
Reply
#6

nope dont work
Reply
#7

did you follow the tutorial
Reply
#8

i get 5 errors if i do the tut
Reply
#9

Quote:
Originally Posted by thefatshizms
Посмотреть сообщение
i get 5 errors if i do the tut
Make sure you have the streamer upto date
Reply
#10

Try this
pawn Код:
stadium = CreateDynamicCP(-2110.8479,-444.7320,38.7344, 0, 0, -1, -1);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)