What's wrong with this?
#1

When i compiled my work this error shows

C:\Documents and Settings\JUN.DELL\My Documents\Downloads\Games Installer\Next Revolution Roleplay\Next Revolution Roleplay\gamemodes\NRRP.pwn(870 : error 021: symbol already defined: "SendClientMessage"
C:\Documents and Settings\JUN.DELL\My Documents\Downloads\Games Installer\Next Revolution Roleplay\Next Revolution Roleplay\gamemodes\NRRP.pwn(8710) : error 010: invalid function or declaration
C:\Documents and Settings\JUN.DELL\My Documents\Downloads\Games Installer\Next Revolution Roleplay\Next Revolution Roleplay\gamemodes\NRRP.pwn(8711) : error 010: invalid function or declaration
C:\Documents and Settings\JUN.DELL\My Documents\Downloads\Games Installer\Next Revolution Roleplay\Next Revolution Roleplay\gamemodes\NRRP.pwn(8713) : error 010: invalid function or declaration
C:\Documents and Settings\JUN.DELL\My Documents\Downloads\Games Installer\Next Revolution Roleplay\Next Revolution Roleplay\gamemodes\NRRP.pwn(8714) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


5 Errors.


This is the line with errors

Код:
SendClientMessage(playerid, color, string[])
{
	if(InsideMainMenu[playerid] == 1 || InsideTut[playerid] == 1 || ActiveChatbox[playerid] == 0)
		return 0;

	else SendClientMessage(playerid, color, string);
	return 1;
}
Код:
[8708] SendClientMessage(playerid, color, string[])
Код:
[8710] if(InsideMainMenu[playerid] == 1 || InsideTut[playerid] == 1 || ActiveChatbox[playerid] == 0)
Код:
[8711] return 0;
Код:
[8713] else SendClientMessage(playerid, color, string);
Код:
[8714] return 1;
Reply


Messages In This Thread
What's wrong with this? - by sampmark05 - 14.04.2012, 07:42
Re: What's wrong with this? - by Cjgogo - 14.04.2012, 07:43
Re: What's wrong with this? - by Kaczmi - 14.04.2012, 07:46
Re: What's wrong with this? - by sampmark05 - 14.04.2012, 07:48
Re: What's wrong with this? - by sampmark05 - 14.04.2012, 07:51

Forum Jump:


Users browsing this thread: 4 Guest(s)