[DUDA] Problema con include.
#1

Hola . me baje un gm esos gringos. para verlos. y me sale un error con el include utils y yo lo tengo
. ademas esta bien escrito. y el include esta en pawno/include espero que me ayuden gracias.


Код:
fatal error 100: cannot read from file: "utils"
Reply
#2

Abre el GM con el pawno.exe de ese server. En la misma carpeta del server en /pawno/pawno.exe, y abre el gm luego compila
Reply
#3

y ejecuta el pawno.exe como administrador si es win7
Reply
#4

ahora me salen estos errores ._.

Код:
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\pawno\include\utils.inc(317) : error 059: function argument may not have a default value (variable "radius")
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\pawno\include\utils.inc(324) : error 017: undefined symbol "GetPos"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\pawno\include\utils.inc(325) : warning 217: loose indentation
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\pawno\include\utils.inc(330) : warning 217: loose indentation
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\pawno\include\dutils.inc(199) : error 025: function heading differs from prototype
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\pawno\include\dutils.inc(199) : error 021: symbol already defined: "SetPlayerMoney"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(329) : error 025: function heading differs from prototype
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(4467) : error 021: symbol already defined: "Encrypt"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(4601) : warning 217: loose indentation
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(7168) : error 017: undefined symbol "IsNumeric"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(7195) : error 017: undefined symbol "IsNumeric"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(7313) : error 017: undefined symbol "IsNumeric"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(7369) : error 017: undefined symbol "IsNumeric"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(7400) : error 017: undefined symbol "IsNumeric"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(7512) : error 017: undefined symbol "IsNumeric"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(16890) : error 025: function heading differs from prototype
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(16891) : error 021: symbol already defined: "GetClosestPlayer"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(17983) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(18297) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(18355) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(18555) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(19521) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(20105) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(20146) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(20242) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(20330) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(20478) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(20898) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(20961) : error 017: undefined symbol "ReturnUser"

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


26 Errors.
Reply
#5

Quote:
Originally Posted by GranaT3
Посмотреть сообщение
ahora me salen estos errores ._.

Код:
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\pawno\include\utils.inc(317) : error 059: function argument may not have a default value (variable "radius")
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\pawno\include\utils.inc(324) : error 017: undefined symbol "GetPos"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\pawno\include\utils.inc(325) : warning 217: loose indentation
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\pawno\include\utils.inc(330) : warning 217: loose indentation
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\pawno\include\dutils.inc(199) : error 025: function heading differs from prototype
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\pawno\include\dutils.inc(199) : error 021: symbol already defined: "SetPlayerMoney"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(329) : error 025: function heading differs from prototype
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(4467) : error 021: symbol already defined: "Encrypt"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(4601) : warning 217: loose indentation
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(7168) : error 017: undefined symbol "IsNumeric"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(7195) : error 017: undefined symbol "IsNumeric"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(7313) : error 017: undefined symbol "IsNumeric"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(7369) : error 017: undefined symbol "IsNumeric"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(7400) : error 017: undefined symbol "IsNumeric"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(7512) : error 017: undefined symbol "IsNumeric"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(16890) : error 025: function heading differs from prototype
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(16891) : error 021: symbol already defined: "GetClosestPlayer"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(17983) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(18297) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(18355) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(18555) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(19521) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(20105) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(20146) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(20242) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(20330) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(20478) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(20898) : error 017: undefined symbol "ReturnUser"
C:\Documents and Settings\hakers.inc\Escritorio\San andreas\LSLRP 0.3e\gamemodes\lslrp.pwn(20961) : error 017: undefined symbol "ReturnUser"

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


26 Errors.
Borraste algub "},{" o algo. Vueleve a descargarlo a ver.

Si no recuerdas que fue lo que tocaste es complicado, ya que me imagino que tendra 20000 lineas minimo, descargalo de nuevo a ver

EDIT: Veo que el Include tbm da errores, redescarag utils y ponlo de nuevo
Reply
#6

el pawn se me queda colgado . creo quй es un virus o nose ._.
Reply
#7

un Virus ? O_O , tu problema es ke no tienes definido algunas funciones ke se encuentran en el include gl_common
Reply
#8

Los 26 errores no tiene nada que ver con el include gl_common. Es como dice adri1, tenйs mal cerrada una llave y si no sabes el error tas en el horno.
Reply
#9

utiliza la aplicacion BracketFix BETA para comprobar donde tienes el error
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)