[FilterScript] simple TP to Los santos - 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] simple TP to Los santos (
/showthread.php?tid=425927)
simple TP to Los santos -
lsrgta - 27.03.2013
hello guys i have just made a simple /tpls command it spawns you outside LSPD.
Re: simple TP to Los santos -
Jochemd - 27.03.2013
Too easy
Re: simple TP to Los santos -
Private200 - 27.03.2013
^^ Agree. Joche, did you see you just got 2,222 posts? :P
Re: simple TP to Los santos -
Mr.Anonymous - 27.03.2013
pawn Код:
if (strcmp("/tpls", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid, 1524.8102,-1691.4094,13.3828);
return 1;
}
There. Code without downloading.