07.11.2009, 15:24
I can't take the camera positions to make a spawn point and I need some help how to do it... Also the point is inside an interior can anyone help me?
-thanks
-thanks
public OnPlayerRequestClass(playerid,classid)
{
SetPlayerPos(playerid,x,y,z);
SetPlayerCameraPos(playerid,cx,cy,cz);
SetPlayerCameraLookAt(playerid,x,y,z);
SetPlayerFacingAngle(playerid,A);
SetPlayerInterior(playerid,IID);
return 1;
}