24.09.2013, 15:01
pawn Код:
SetPlayerPos(playerid, 493.3492,-22.2997,1000.6797);
SetPlayerFacingAngle(playerid, 5.6401);
and now the command
pawn Код:
CMD:alounge(playerid, params[])
{
SetPlayerPos(playerid, 493.3492,-22.2997,1000.6797);
SetPlayerFacingAngle(playerid, 5.6401);
return 1;
}