Invalid handle, PlayStreamed with Set3DPosition (Incognito's Audio Plugin)
#2

this
Код:
public Audio_OnPlay(playerid, handleid)
{
    handleid = playerVariables[playerid][pAudioHandle];
    return 1;
}
to

Код:
public Audio_OnPlay(playerid, handleid)
{
    playerVariables[playerid][pAudioHandle] = handleid;
    return 1;
}
maybe you mean this?

When Audio_OnPlay is called?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)