[Include] Game_Sounds - Simply playing game sounds.
#8

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:

pawn Код:
PlayerPlayGameSound(playerid, soundid);
and for the soundid you could make defines i.e:

pawn Код:
#define SOUND_FIRSTBLOOD (0)
And to use it, you would do:

pawn Код:
PlayerPlayGameSound(playerid, SOUND_FIRSTBLOOD);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)