SetPlayerAttachedObject problem
#1

My script:
pawn Код:
public OnPlayerUpdate(playerid)
{
   if(GetPlayerWeapon(playerid) == 31) SetPlayerAttachedObject ( playerid,1, 18643, 6, 0.303196, -0.011263, 0.074784,0.000000, 355.239196, 354.891784,0,0,0 );  // object doesnt show in game
if(GetPlayerWeapon(playerid) == 38) Kick(playerid); // works fine
    return 1;
}
Problem is that object doesnt show when Im holding M4a1.
And i dont know what "Scale X, Scale y ,Scale z" is, so i just put it 0.
Reply


Messages In This Thread
SetPlayerAttachedObject problem - by nejc001 - 05.12.2010, 15:25
Re: SetPlayerAttachedObject problem - by papedo - 05.12.2010, 16:31
Re: SetPlayerAttachedObject problem - by Zamaroht - 05.12.2010, 16:45
Re: SetPlayerAttachedObject problem - by nejc001 - 05.12.2010, 16:46

Forum Jump:


Users browsing this thread: 1 Guest(s)