Posts: 106
Threads: 43
Joined: Apr 2012
Reputation:
0
I'm trying to run Stevo's SFCNR gamemode, but everytime when i run it, it shows this
[18:27:00] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
how to fix this? the server wont run normally because of that error
Posts: 136
Threads: 7
Joined: Jun 2009
Reputation:
0
Show AllowAdminTeleport and OnPlayerClickMap(If you have it)
Posts: 106
Threads: 43
Joined: Apr 2012
Reputation:
0
Okay i've done that, but it shows that message anyway.
Posts: 136
Threads: 7
Joined: Jun 2009
Reputation:
0
Delete AllowAdminTeleport
also, you can even not to add this "OnPlayerClickMap"
Posts: 3,133
Threads: 71
Joined: Dec 2013
Reputation:
0
It means you have to use "OnPlayerClickMap". You cannot use AllowAdminTeleport anymore, use OnPlayerClickMap instead.
Posts: 106
Threads: 43
Joined: Apr 2012
Reputation:
0
It's fixed guys, there some another problem which i didn't notice. Thanks for help!