[Ayuda] con "strtok"
#1

Hola! tengo un problema con un FS cuando puse compile sale estos errores:


Код:
C:\Users\Manuel\Documents\Server LSGW v11\Server LSGW\filterscripts\VIP.Pwn(441) : error 021: symbol already defined: "strtok"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
En esa linea tengo:

Код:
440 stock strtok(const string[], &index)
441 {
Como puedo arreglar ese bug?
Reply
#2

Busca en el script, segun el error tenes mas de 1 vez definida la funcion strtok. Fijate si no podes arrelgarlo agregame al msn: assaing@hotmail.es y te ayudo.
Reply
#3

definiste 2 o mas veces la funcion strtok (Assaing en este caso (la mayoria) strtok es una funcion y no una variable/array).
el error:
Код:
error 021: symbol already defined:
surge tanto para variables/arrays como para funciones y callbacks
Reply
#4

Es verdad me equivoque.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)