02.08.2014, 07:11
Hi,
How to make that player will not see him self? by changing camera mode? how
How to make that player will not see him self? by changing camera mode? how
new HeadObject[MAX_PLAYERS]; //At the top of your script.
//Applying First-Person Mode:
new Float:x, Float:y, Float:z; //Not necessary to do this, but it gives you an idea.
GetPlayerPos(playerid, x, y, z);
AttachObjectToPlayer((HeadObject[playerid] = CreateObject(327, x, y, z, 0, 0, 0)), playerid, -0.07, 0.2, 0.6, 0.0, 0.0, 0.0);
AttachCameraToObject(playerid, HeadObject[playerid]);
SetObjectMaterialText(HeadObject[playerid], " ", 0, 140, "Arial", 64, 1, -32256, 0, 1);