Checkpoints!
#1

Hey, so I have one problem. I'm trying to make driving test checkpoints. So I made that when you enter the vehicle you see the first checkpoint, but when you enter the enter checkpoint, second not creates.

My code: http://pastebin.com/5YEm7hiQ
Reply
#2

Why do you disable the checkpoint manually while you have a callback/dynamic plugin callback for that?
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
    DisablePlayerCheckpoint(playerid);
    return 1;
}
Reply
#3

Quote:
Originally Posted by Loot
Посмотреть сообщение
Why do you disable the checkpoint manually while you have a callback/dynamic plugin callback for that?
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
    DisablePlayerCheckpoint(playerid);
    return 1;
}
Thanks for tip, but it's still not working.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)