attachobjecttoplayer
#1

Ok i have this::

pawn Код:
if((newkeys==KEY_ACTION))
    {
      new marker;
        new Float:x,Float:y,Float:z;
        new Float:rx,Float:ry,Float:rz;
        GetPlayerPos(playerid,x,y,z);
        marker = CreateObject(1559, x, y, z, 0, 0, 0);
        AttachObjectToPlayer(marker,playerid,x,y,z+1,rx,ry,rz);
  }
and it just doesn't work when i press control button or m1, anyone knows whats wrong?
Reply


Messages In This Thread
attachobjecttoplayer - by 0ne - 18.04.2010, 16:40
Re: attachobjecttoplayer - by Correlli - 18.04.2010, 16:42
Re: attachobjecttoplayer - by 0ne - 18.04.2010, 16:48
Re: attachobjecttoplayer - by Correlli - 18.04.2010, 16:52
Re: attachobjecttoplayer - by 0ne - 18.04.2010, 17:15
Re: attachobjecttoplayer - by 0ne - 19.04.2010, 10:59
Re: attachobjecttoplayer - by Correlli - 19.04.2010, 11:08
Re: attachobjecttoplayer - by 0ne - 19.04.2010, 11:41
Re: attachobjecttoplayer - by Correlli - 19.04.2010, 12:10
Re: attachobjecttoplayer - by Jay_ - 19.04.2010, 12:12

Forum Jump:


Users browsing this thread: 1 Guest(s)