02.01.2011, 12:54
Ok then try this:
pawn Код:
if (strcmp("/addlaser", cmdtext, true, 10) == 0)
{
SetPlayerAttachedObject(playerid,3 , 18643, 6, 0.158249, 0.010233, 0.128052, 6.868255, 351.962524, 356.884216);
return 1;
}