help to correct a error please
#1

Код:
D:\Games\SAMP сервер\SampDM\gamemodes\SampDM.pwn(14) : fatal error 100: cannot read from file: "/include/gl_common.inc"

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


1 Error.
Reply
#2

The Include Missing or out of date in your folder
Reply
#3

Код:
../include/gl_common.inc(75) : error 021: symbol already defined: "strtok"
../include/gl_common.inc(90) : error 047: array sizes do not match, or destination array is too small
../include/gl_common.inc(134) : error 021: symbol already defined: "isNumeric"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
.
#include "../include/gl_common.inc"
Reply
#4

Quote:
Originally Posted by [HHT]DRON
Посмотреть сообщение
Код:
../include/gl_common.inc(75) : error 021: symbol already defined: "strtok"
../include/gl_common.inc(90) : error 047: array sizes do not match, or destination array is too small
../include/gl_common.inc(134) : error 021: symbol already defined: "isNumeric"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
.
#include "../include/gl_common.inc"
Functions IsNumeric and strtok are already defined in your mode, then delete them or not, change the name of the same, and for the second warning, means that the value set for the array is too small.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)