18.03.2014, 16:54
на return z;
pawn Код:
stock GOZ(objectid)
{
new Float:x,Float:y,Float:z;
GetObjectRot(objectid,x,y,z);
return z;
}