Multiple checkpoints
#1

Hi,

I have 2 checkpoints,

One teleports into an interior
And another opens up a weapon menu

How do i split these 2 checkpoints?
For example

Checkpoint1 = Setplayerpos
Checkpoint2 = Showmenuforplayer

pawn Код:
OnPlayerEnterCheckpoint
if(Checkpoint1)
{
SetPlayerPos
else if(Checkpoint2)
{
ShowMenuForPlayer
Those are examples,
Can anyone help me, ty
Reply
#2

You need a checkpoint streamer.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)