house help
#6

Well, you can aswell, try this method.

First:
pawn Код:
new hcheckpoint1;
to define the checkpoint.

Now,on
pawn Код:
public OnGameModeInit()
put: hcheckpoint1 = CreateCheckpoint( bla bla bla )

And on
pawn Код:
Player enter Checkpoint[/b]
pawn Код:
if( checkpointid = hcheckpoint1)
    {
          SetPlayerPos(playerid, 1527.229980,-11.574499,1002.097106);
          SetPlayerInterior(playerid, 3);
          return 1;
    }
Now, I`m not 100% it`s checkpointid or something else, since I didn`t use checkpoints so often... If it`s not correct, you can try cpid = hcheckpoint1

But, this way will set a checkpoint for all players to see it ... not only for the ones who are in that range.
Reply


Messages In This Thread
house help - by \\ BlenderBoy // - 08.03.2011, 00:30
Respuesta: house help - by Alex_Obando - 08.03.2011, 00:45
Re: Respuesta: house help - by \\ BlenderBoy // - 08.03.2011, 16:50
Re: house help - by HyperZ - 08.03.2011, 16:51
Re: house help - by \\ BlenderBoy // - 08.03.2011, 19:15
Re: house help - by antonio112 - 08.03.2011, 20:25

Forum Jump:


Users browsing this thread: 1 Guest(s)