COMPILLING ERROR! HELP!! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: COMPILLING ERROR! HELP!! (
/showthread.php?tid=125283)
COMPILLING ERROR! HELP!! -
[WSM]Deadly_Evil - 03.02.2010
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
Re: COMPILLING ERROR! HELP!! -
[HiC]TheKiller - 03.02.2010
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])");
}
Re: COMPILLING ERROR! HELP!! -
[WSM]Deadly_Evil - 03.02.2010
Код:
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.