SA-MP Forums Archive
Fatal Error 101 - 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)
+--- Thread: Fatal Error 101 (/showthread.php?tid=524458)



Fatal Error 101 - Quez - 06.07.2014

Quote:

C:\Users\Berk\Desktop\yeni tema (2)\LSRP2.1\LSRP\gamemodes\LSRP.pwn(237) : fatal error 100: cannot read from file: "wcrp\utils.pwn"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

Include files in there, but does not see pawno.

#include "wcrp\utils.pwn"


Re: Fatal Error 101 - ivan23 - 06.07.2014

You do not have the file utils.pwn


Re: Fatal Error 101 - Timeless - 06.07.2014

https://sampforum.blast.hk/showthread.php?tid=487997
re-download the samp files as ivan said you're missing the file utils.pwn and would be included in the download package


Re: Fatal Error 101 - Quez - 06.07.2014

Quote:

C:\Users\Berk\Desktop\yeni tema (2)\LSRP2.1\LSRP\pawno\include\wcrp\admin.pwn(3758 ) : warning 213: tag mismatch
C:\Users\Berk\Desktop\yeni tema (2)\LSRP2.1\LSRP\pawno\include\wcrp\admin.pwn(3761 ) : warning 213: tag mismatch
C:\Users\Berk\Desktop\yeni tema (2)\LSRP2.1\LSRP\pawno\include\wcrp\admin.pwn(3772 ) : warning 213: tag mismatch
C:\Users\Berk\Desktop\yeni tema (2)\LSRP2.1\LSRP\pawno\include\wcrp\admin.pwn(3773 ) : warning 213: tag mismatch
C:\Users\Berk\Desktop\yeni tema (2)\LSRP2.1\LSRP\pawno\include\wcrp\admin.pwn(3774 ) : warning 213: tag mismatch
C:\Users\Berk\Desktop\yeni tema (2)\LSRP2.1\LSRP\pawno\include\wcrp\admin.pwn(3776 ) : warning 213: tag mismatch
C:\Users\Berk\Desktop\yeni tema (2)\LSRP2.1\LSRP\pawno\include\wcrp\admin.pwn(5581 ) : warning 203: symbol is never used: "playerid"

How do I resolve this?


Re: Fatal Error 101 - Timeless - 06.07.2014

Quote:
Originally Posted by Quez
Посмотреть сообщение
How do I resolve this?
post the error lines so everyone else can see what went wrong give you an answer

*edit* for the "warning symbol is never used playerid" you defined playerid and you're not using it so remove it


Re: Fatal Error 101 - Quez - 06.07.2014

Quote:

3758: }
3761: #pragma unused inputtext
3772: }
3773: if(listitem < sizeof(AdminFlagDescription)) {
3774: if(~setterflags & EAdminFlags_Scripter) {
3776: ShowAdminFlagsMenu(playerid, editingadmin);
5581: SendClientMessageToAll(X11_ORANGE, " Double Bonus has been disabled by an Admin !");

These lines.


Re: Fatal Error 101 - Timeless - 06.07.2014

Quote:
Originally Posted by Quez
Посмотреть сообщение
These lines.
the only thing i can understand to correct is this line
5581:SendClientMessageToAll(playerid,COLOR_ORANGE, " Double Bonus has been disabled by an Admin !");


Re: Fatal Error 101 - Quez - 06.07.2014

Involved a different error.


Re: Fatal Error 101 - Timeless - 06.07.2014

Quote:
Originally Posted by Quez
Посмотреть сообщение
Involved a different error.
let me guess undefined color_orange? ye sorry about that forgot to post the color
#define COLOR_ORANGE 0xFF9900AA

i hope someone else could help you with the rest.