Need help with error
#7

Код:
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;
}
Reply


Messages In This Thread
Need help with error - by wertboi333 - 16.12.2013, 02:55
Respuesta: Need help with error - by Cerealguy - 16.12.2013, 03:00
Re: Respuesta: Need help with error - by wertboi333 - 16.12.2013, 03:02
Respuesta: Need help with error - by Cerealguy - 16.12.2013, 03:05
Re: Need help with error - by wertboi333 - 16.12.2013, 03:07
Respuesta: Need help with error - by Cerealguy - 16.12.2013, 03:24
Re: Need help with error - by wertboi333 - 16.12.2013, 03:28
Respuesta: Need help with error - by Cerealguy - 16.12.2013, 03:52

Forum Jump:


Users browsing this thread: 1 Guest(s)