25.05.2009, 22:52
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
Those are examples,
Can anyone help me, ty
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
Can anyone help me, ty