How to make a cmd to teleport to target? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How to make a cmd to teleport to target? (
/showthread.php?tid=246983)
How to make a cmd to teleport to target? -
anant - 07.04.2011
Is it possible? if yes then HOW?
EDIT : By target I mean the "target" on your gta sa map
Re: How to make a cmd to teleport to target? -
Hornet600 - 07.04.2011
if its what im thinking ... mark on the map where you want to go and get teleported i think is not possible that thing :L
Re: How to make a cmd to teleport to target? -
wheelman_WM - 07.04.2011
Easy XD
Код:
if(strcmp(cmdtext, "/command", true) == 0)
{
SetPlayerPos(playerid, XYZ);
return 1;
}
Silly Question
Re: How to make a cmd to teleport to target? -
s0nic - 07.04.2011
I'm thinking your trying to get something like these?:
AllowAdminTeleport
AllowPlayerTeleport