Help. Teleport SSCANF [URGENT]
#3

This isn't that hard to make. Simply go in-game, go to the spawn point and type in /save.

Go to your GTA San Andreas user Files in Documents, open SAMP and open up savedpositions.txt and look for the X Y Z code.

Example: AddPlayerClass(0,-2919.3940, 2055.7629, 8.7861, 269.5200,0,0,0,0,0,0);. What I've put in bold is all you need!

Copy the coordinates and then use SetPlayerPos to teleport them.

To make commands using zcmd:

Код:
COMMAND:mycommand(playerid, params[]) // or CMD:mycommand(playerid, params[]) 
{
    // Do something
    return 1; 
}
More about zcmd can be found out on the thread: https://sampforum.blast.hk/showthread.php?tid=91354
Reply


Messages In This Thread
Help. Teleport SSCANF [URGENT] - by Sam15 - 02.11.2015, 08:28
Re: Help. Teleport SSCANF [URGENT] - by Sam15 - 02.11.2015, 10:45
Re: Help. Teleport SSCANF [URGENT] - by FreAkeD - 02.11.2015, 10:49
Re: Help. Teleport SSCANF [URGENT] - by Commands - 02.11.2015, 11:19
Re: Help. Teleport SSCANF [URGENT] - by J0sh... - 02.11.2015, 11:34
Re: Help. Teleport SSCANF [URGENT] - by Commands - 02.11.2015, 11:35
Re: Help. Teleport SSCANF [URGENT] - by J0sh... - 02.11.2015, 11:39
Re: Help. Teleport SSCANF [URGENT] - by Commands - 02.11.2015, 11:45
Re: Help. Teleport SSCANF [URGENT] - by J0sh... - 02.11.2015, 11:46
Re: Help. Teleport SSCANF [URGENT] - by Commands - 02.11.2015, 11:54

Forum Jump:


Users browsing this thread: 1 Guest(s)