16.12.2013, 03:28
Код:
forward Audio_OnSetPack(audiopack[]) //if you don't have the public below then uncomment the lines /*public Audio_OnSetPack(audiopack[]) { foreach(Player, i) { Audio_TransferPack(i); } return 1; }*/ public Audio_OnClientDisconnect(playerid) { new string[128]; format(string,sizeof(string),"(Audio Plugin) %s(%d) has disconnected from the audio server.",GetPlayerNameEx(playerid),playerid); SendClientMessageEx(playerid, 0xA9C4E4FF, string); return 1; }