Need help compiling/fixing script.
#3

Код:
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;
}
And gives this error,

Код:
Current directory: C:\Users\Blaine Duncan\Desktop\U-RP [ENG - 0.3x]\gamemodes
Nexus2.pwn(3522) : error 001: expected token: ";", but found "public"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
================ READY ================
How Can I fix?
Reply


Messages In This Thread
Need help compiling/fixing script. - by wertboi333 - 14.12.2013, 22:19
Re: Need help compiling/fixing script. - by Wizzy951 - 14.12.2013, 22:41
Re: Need help compiling/fixing script. - by wertboi333 - 15.12.2013, 05:06
Re: Need help compiling/fixing script. - by wertboi333 - 15.12.2013, 14:08

Forum Jump:


Users browsing this thread: 1 Guest(s)