SA-MP Forums Archive
AllowAdminTeleport(); stopped working? - 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: AllowAdminTeleport(); stopped working? (/showthread.php?tid=64476)



AllowAdminTeleport(); stopped working? - BMUK - 04.02.2009

Is there anything that can stop
pawn Code:
AllowAdminTeleport(1);
from working? :/

Was working as it should and just stopped working

my mouse is not broke


Re: AllowAdminTeleport(); stopped working? - kaisersouse - 04.02.2009

Use AllowPlayerTeleport (or whatever it is) instead and see if that helps


Re: AllowAdminTeleport(); stopped working? - BMUK - 04.02.2009

oh.. thanks..

I put AllowAdminTeleport(1); at the top of Init instead of after timers and other stuff and it works now. didnt think that would make a difference




Re: AllowAdminTeleport(); stopped working? - ғαιιοцт - 04.02.2009

is it right that AllowPlayerTeleport only works for admins? :P in my script it'll only work when I'm rcon logged


Re: AllowAdminTeleport(); stopped working? - beckzy - 04.02.2009

Check the bugs list in Bug Reports


Re: AllowAdminTeleport(); stopped working? - MenaceX^ - 04.02.2009

Quote:
Originally Posted by °ғαιιοцт°
is it right that AllowPlayerTeleport only works for admins? :P in my script it'll only work when I'm rcon logged
That's what this function should do, It works only for RCON admins.


Re: AllowAdminTeleport(); stopped working? - Byrner - 05.02.2009

This feature either got removed or fucked up in 0.2x.

Yeah, it's easy to fix though. :P


Re: AllowAdminTeleport(); stopped working? - sebihunter - 05.02.2009

I think its fixed in 0.2x u1 (it worked for me when using it)