Teleport...
#1

Hi!

How i can make a teleport when someone enter in the checpoint is teleported at...

Ceckpoint ID: 1318

Location: -178.3623,1110.9683,19.7422

Internal ID: I would like to have the Jefferson Motel Internal

How i could make a checpoint for enter and exit?

+REP!
Reply
#2

https://sampwiki.blast.hk/wiki/OnPlayerEnterCheckpoint
Use this, when a player enter checkpoint this function run... And you only need to set the position...
Reply
#3

Checkpoint callbacks
https://sampwiki.blast.hk/wiki/OnPlayerEnterCheckpoint
https://sampwiki.blast.hk/wiki/OnPlayerEnterRaceCheckpoint

Usefull natives:
https://sampwiki.blast.hk/wiki/SetPlayerPos
https://sampwiki.blast.hk/wiki/SetPlayerInterior

Interior ID and position:
https://sampwiki.blast.hk/wiki/Interiors
Reply
#4

Could Some1 post a example with my coords?
Reply
#5

Are you joking ?
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
    SetPlayerPos(playerid, X, Y, Z);
    return true;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)