Is it me or bug ?
#1

When i CreateObject exp. box then attach it to player my camera act very weird?
I try to reset camera SetCameraBehindPlayer() and camera still showing player model neck.

Why ?


Код:
stock setbackpack(playerid)
{
        new Float:X, Float:Y, Float:Z;
        new myobject;
        GetPlayerPos(playerid, X, Y, Z);
        myobject = CreateObject(1550, X, Y, Z+0.5, 0.0, 0.0, 0.0, 300.0);
        SetObjectMaterial(myobject, 0, 1559, "null", "null", 0x42005100);
        AttachObjectToPlayer(myobject, playerid, 0.30, -0.25, 0.25, 0.0, 0.0, 2.5);

}
Reply


Messages In This Thread
Is it me or bug ? - by Azazelo - 13.05.2012, 12:00
Re: Is it me or bug ? - by rscaerzx - 13.05.2012, 12:50
Re: Is it me or bug ? - by Azazelo - 13.05.2012, 20:27

Forum Jump:


Users browsing this thread: 1 Guest(s)