18.08.2015, 18:39
pawn Код:
GetPlayerPos(playerid, X, Y, Z);
GetPlayerFacingAngle(playerid, angle);
playerid is the player who sent the command, in that case, the admin. Change "playerid" to "position".
pawn Код:
GetPlayerPos(position X, Y, Z);
GetPlayerFacingAngle(position, angle);

