10.10.2011, 20:46
I have this code:
But when the object appears it's makes the camera go closer to the player and I can't see anything, I mean when you press V in GTA SA to change camera view it's not helping...
pawn Код:
new Float:X,Float:Y,Float:Z;
new moneybag;
GetPlayerPos(playerid,X,Y,Z);
moneybag = CreateObject(1550,X,Y,Z,0.0, 0.0, 96.0);
AttachObjectToPlayer( moneybag, playerid, 0.0, -0.4, 0.3, 0, 1.5, 2 );