08.08.2010, 04:35
I tried this
new Float
,Float:y,Float:z;
GetPlayerCameraFrontVector(playerid,x,y,z);
CreateObject(345,x,y,z);
but for some reason it always creates the object at 0,0,0
new Float
,Float:y,Float:z;GetPlayerCameraFrontVector(playerid,x,y,z);
CreateObject(345,x,y,z);
but for some reason it always creates the object at 0,0,0


but would i be right in thinking you could use this also to put an object behind a player by doing this?