28.07.2012, 03:06
Nice job, however 2 notes:
pastebin link for 1.0.1 is broken, and as mentioned before it would be easier and convinient if you would do it like this:
and for the soundid you could make defines i.e:
And to use it, you would do:
pastebin link for 1.0.1 is broken, and as mentioned before it would be easier and convinient if you would do it like this:
pawn Код:
PlayerPlayGameSound(playerid, soundid);
pawn Код:
#define SOUND_FIRSTBLOOD (0)
pawn Код:
PlayerPlayGameSound(playerid, SOUND_FIRSTBLOOD);