29.08.2009, 19:25
I would like to know if it's possible to do this:
* = the audio stream id
When you type /music, you should hear K-DST
Код:
if(strcmp(cmdtext, "/music on", true) == 0) { SendClientMessage(playerid, YELLOW_2, "Music: K-DST"); PlayerPlaySound(playerid, *, 0, 0, 0); return 1; }
When you type /music, you should hear K-DST