SA-MP Forums Archive
Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Help (/showthread.php?tid=402418)



Help - CookyMonster - 26.12.2012

I found this:
Warning: EnableZoneNames() is removed since 0.3
AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()


Anybody know how to fix?


Re: Help - lolumadd_ - 26.12.2012

Well it seems that EnableZoneNames() is removed since 0.3 and AllowAdminTeleport() function is deprecated. You should probably see OnPlayerClickMap().

retard.


Re: Help - brett7 - 26.12.2012

AllowAdminTeleport()

That is very old now, just remove it from your script.


Re: Help - Konstantinos - 26.12.2012

pawn Код:
AllowAdminTeleport()
That function has been removed, but you can use the OnPlayerClickMap callback instead.