Well i have problems with coordinates...
I have 2 questions...
First: How to get coordinates of the map?
Second: How to use this coordinates to teleport a player?
To get the coordinates i tried to use "status" in console or "amx_teleportmenu". Then in the plugin code i writed:
PHP Code:
set_pev(id, pev_origin, {3160, -3479, -682})
But i teleported to another part of the map.... why? what i am doing wrong?
Thx to much
__________________