07.07.2013, 19:42
this
to
maybe you mean this?
When Audio_OnPlay is called?
Код:
public Audio_OnPlay(playerid, handleid) { handleid = playerVariables[playerid][pAudioHandle]; return 1; }
Код:
public Audio_OnPlay(playerid, handleid) { playerVariables[playerid][pAudioHandle] = handleid; return 1; }
When Audio_OnPlay is called?