Quote:
Originally Posted by Sp3cter
For example
pawn Код:
CMD:santa(playerid, params[]) { SetPlayerAttachedObject(playerid, 3, 19065, 2, 0.120000, 0.040000, -0.003500, 0, 100, 100, 1.4, 1.4, 1.4); } return 1; }
|
You mess used the brackets, heres the right way.
Quote:
Originally Posted by Sp3cter
For example
pawn Код:
CMD:santa(playerid, params[]) { SetPlayerAttachedObject(playerid, 3, 19065, 2, 0.120000, 0.040000, -0.003500, 0, 100, 100, 1.4, 1.4, 1.4); return 1; }
|
Quote:
Originally Posted by RenSoprano
Can't find nothing wrong in this code
|
Are you kiding?