Fatal Error 101
#1

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"
Reply
#2

You do not have the file utils.pwn
Reply
#3

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
Reply
#4

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?
Reply
#5

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
Reply
#6

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.
Reply
#7

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 !");
Reply
#8

Involved a different error.
Reply
#9

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)