23.04.2014, 11:51
I start the server and I get this on the Console
"AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()"
The server runs fine but It bugs me when I see this so I go into the gamemode file can change AllowAdminTeleport() to OnPlayerClickMap() but when I compile I get an error
"gamemodes\Gamemode6.pwn(1495) : error 004: function "OnPlayerClickMap" is not implemented"
What went wrong and how do I go about fixing it.
"AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()"
The server runs fine but It bugs me when I see this so I go into the gamemode file can change AllowAdminTeleport() to OnPlayerClickMap() but when I compile I get an error
"gamemodes\Gamemode6.pwn(1495) : error 004: function "OnPlayerClickMap" is not implemented"
What went wrong and how do I go about fixing it.