how to make a tele?= - 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 tele?= (
/showthread.php?tid=70099)
how to make a tele?= -
Gonzole - 22.03.2009
how can i make a command to teleport to area and text when they are therE?
i need this for my stunt test
Re: how to make a tele?= -
Delused - 22.03.2009
Код:
if(strcmp("/teleport", cmdtext, true) == 0){
SetPlayerPos(playerid, X, Y, Z);
}
Also,
This is in the wrong forum, It should be in the Scripting Discussion.
Re: how to make a tele?= -
MenaceX^ - 22.03.2009
It is scripting discussion.
Re: how to make a tele?= -
Gonzole - 22.03.2009
Thanks alot it worked!
Re: how to make a tele?= -
Rks25 - 22.03.2009
Wasn't it usefull to search on how to use SetPlayerPos and returned 1?;