COMPILLING ERROR! HELP!!
#1

I am getting Compiling error:
Код:
F:\jajaja.pwn(522) : error 038: extra characters on line
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Line of 522:
Код:
	
Line 521: if(!udb_Exists(PlayerName2(playerid)))
Line 522: #if USE_DIALOGS == true return 1; #else
Line 533: SendClientMessage(playerid,orange, "SERVER: Your account isn't registered. Please register (/register [Password])");
Line 524 #endif
Its my Admin Script :P
Reply
#2

pawn Код:
if(!udb_Exists(PlayerName2(playerid)))
{
  if(USE_DIALOGS == true) return 1;
  return SendClientMessage(playerid,orange, "SERVER: Your account isn't registered. Please register (/register [Password])");
}
Reply
#3

Код:
F:\Server\Wild Stunt Mania\filterscripts\DAdmin.pwn(526) : warning 206: redundant test: constant expression is non-zero
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warnings.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)