20.12.2009, 12:27
I made this one so you dont have to do
SetPlayerPos
As well as SetPlayerFacingAngle
SetPlayerPos
As well as SetPlayerFacingAngle
pawn Код:
stock SetPlayerPosAndAngle(playerid,Float:x,Float:y,Float:z,Float:ang)
{
SetPlayerPos(playerid,x,y,z);
SetPlayerFacingAngle(playerid,ang);
}