31.03.2013, 18:09
You can use GetPlayerPos(playerid,Float:X, Float:Y, Float:Z);
Example:
Example:
Код:
command: /getmypos -> new Float:X, Float:Y, Float:Z; -> GetPlayerPos(playerid,X,Y,Z);