08.03.2012, 00:38
hey guys its me ONCE again. >_> yeah i know ive posted ALOT of stuff here xD.
BUT i am having some issues with incognitos audio plugin i coded everything right (i think)
i dont get ANY errors. but the audio just doesnt stream?! maybe i forgot a line of code or somthing?
heres what ive done so far.
the only problem i can honestly think of is the fact that i am missing some code.
well anywho some help is appriciated plus whoever helps me will get +REP!
BUT i am having some issues with incognitos audio plugin i coded everything right (i think)
i dont get ANY errors. but the audio just doesnt stream?! maybe i forgot a line of code or somthing?
heres what ive done so far.
Код:
include <audio> public OnGameModeInit() { Audio_SetPack("default_pack"); return 1; } public OnPlayerConnect(playerid) { Audio_Play(playerid, 1); return 1; } public OnPlayerSpawn(playerid) { Audio_Stop(playerid, 1); return 1; }
well anywho some help is appriciated plus whoever helps me will get +REP!