SA-MP Forums Archive
[FilterScript] || E-Tele || *TelePort Menu* || - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] || E-Tele || *TelePort Menu* || (/showthread.php?tid=192287)



|| E-Tele || *TelePort Menu* || - Elmerz_com - 22.11.2010

E-Tele

*TelePort* Menu
Commands:
/Tele
Download:

MediaFire: >>Click Here<<



Re: || E-Tele || *TelePort Menu* || - Scenario - 22.11.2010

You should add a pastebin link.


Re: || E-Tele || *TelePort Menu* || - [L3th4l] - 22.11.2010

Try dialogs next time

And to save some code, use 'stocks'
pawn Code:
stock TelePlayer(playerid, Float:X, Float:Y, Float:Z, Interior)
{
    SetPlayerPos(playerid, X, Y, Z);
    SetPlayerInterior(playerid, Interior);
    return 1;
}

Usage: TelePlayer(X Coordinates, Y Coordinates, Z Coordinates, Interior);



Re: || E-Tele || *TelePort Menu* || - Elmerz_com - 22.11.2010

Ook! Thanks!


Re: || E-Tele || *TelePort Menu* || - Elmerz_com - 06.01.2011

xDD...!


Re: || E-Tele || *TelePort Menu* || - wups - 06.01.2011

Quote:
Originally Posted by Elmerz_com
View Post
xDD...!
What does this suppose to mean?


Re: || E-Tele || *TelePort Menu* || - Elmerz_com - 06.01.2011

?? nothing just ??


Re: || E-Tele || *TelePort Menu* || - Kitten - 06.01.2011

Quote:
Originally Posted by Elmerz_com
View Post
?? nothing just ??
Hmm i smell spam


Re : || E-Tele || *TelePort Menu* || - xC3Dr1C - 18.05.2012

Thanks