Checkpoints
#1

How do I create checkpoints which return an ID. Just guessing. I need to add numerous checkpoint effects is the problem.

pawn Код:
new Checkpoint:eg;
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
     if (checkpoint == eg)
     {
// effect
     }
    return 1;
}
Reply
#2

Use a streamer...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)