24.04.2011, 20:57
well i need help for putting an m4 at the back of the player if they do /weargun, what is the bone id?
script
script
pawn Код:
CMD:weargun(playerid, params[])
{
SetPlayerAttachedObject(playerid, 2, 356,1);
return 1;
}