10.07.2012, 23:18
Making Teleports
1RST:Start De-bug/Any samp server/Your own server...
2ND:Goto any place you like...like sf.
3RDo /save [thenameoftheteleport]
STEP 4: Exit De-bug/samp server/ your own samp server...
STEP 5: Goto Documents/GTA San Andreas/SAMP/savedpositions and you find the coordinents
STEP 6: Goto PAWN Press New then look for /mycommands change it to /sf
STEP 8: Then below that type
STEP 9: Start your server and type the command and you teleport...if you whould like to make it say something do this
NOTE: Get THE FIRST 5 SPACES OF THE COORDINATES NOT THE ZERO's...
Here is an example...
1RST:Start De-bug/Any samp server/Your own server...
2ND:Goto any place you like...like sf.
3RDo /save [thenameoftheteleport]
STEP 4: Exit De-bug/samp server/ your own samp server...
STEP 5: Goto Documents/GTA San Andreas/SAMP/savedpositions and you find the coordinents
STEP 6: Goto PAWN Press New then look for /mycommands change it to /sf
STEP 8: Then below that type
Код:
SetPlayerPos(playerid, coordinates);
STEP 9: Start your server and type the command and you teleport...if you whould like to make it say something do this
Код:
SetPlayerPos(playerid, Coordinates); SendClientMessage(playerid, "You Teleported To Bla bla bla la al land");
NOTE: Get THE FIRST 5 SPACES OF THE COORDINATES NOT THE ZERO's...
Here is an example...