SA-MP Forums Archive
Some error ... - 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: Some error ... (/showthread.php?tid=357704)



Some error ... - Eiy Mard - 08.07.2012

i got some fucked error .. please help me

Код HTML:
C:\Users\Eiy Mard\Desktop\samp\filterscripts\license.pwn(84) : error 017: undefined symbol "strtok"
C:\Users\Eiy Mard\Desktop\samp\filterscripts\license.pwn(84) : error 033: array must be indexed (variable "cmd")
C:\Users\Eiy Mard\Desktop\samp\filterscripts\license.pwn(119) : error 017: undefined symbol "strtok"
C:\Users\Eiy Mard\Desktop\samp\filterscripts\license.pwn(119) : error 033: array must be indexed (variable "tmp")
C:\Users\Eiy Mard\Desktop\samp\filterscripts\license.pwn(176) : error 017: undefined symbol "strtok"
C:\Users\Eiy Mard\Desktop\samp\filterscripts\license.pwn(176) : error 033: array must be indexed (variable "tmp")
C:\Users\Eiy Mard\Desktop\samp\filterscripts\license.pwn(213) : error 017: undefined symbol "strtok"
C:\Users\Eiy Mard\Desktop\samp\filterscripts\license.pwn(213) : error 033: array must be indexed (variable "tmp")
C:\Users\Eiy Mard\Desktop\samp\filterscripts\license.pwn(250) : error 017: undefined symbol "strtok"
C:\Users\Eiy Mard\Desktop\samp\filterscripts\license.pwn(250) : error 033: array must be indexed (variable "tmp")
C:\Users\Eiy Mard\Desktop\samp\filterscripts\license.pwn(80) : warning 203: symbol is never used: "idx"
C:\Users\Eiy Mard\Desktop\samp\filterscripts\license.pwn(356) : warning 203: symbol is never used: "ret_memcpy"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


10 Errors.
here the script : Click Me!!


Re: Some error ... - [KHK]Khalid - 08.07.2012

http://pastebin.com/ReFanAJt


Re: Some error ... - Eiy Mard - 08.07.2012

got this .. 1 left .. lolz

Код HTML:
C:\Users\Eiy Mard\Desktop\samp\filterscripts\license.pwn(375) : warning 203: symbol is never used: "ret_memcpy"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.



Re: Some error ... - DBan - 08.07.2012

Quote:
Originally Posted by Eiy Mard
Посмотреть сообщение
got this .. 1 left .. lolz

Код HTML:
C:\Users\Eiy Mard\Desktop\samp\filterscripts\license.pwn(375) : warning 203: symbol is never used: "ret_memcpy"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Put this under definitions:
pawn Код:
#pragma unused ret_memcpy



Re: Some error ... - [KHK]Khalid - 08.07.2012

You can ignore this warning if ya want. It complains that you defined the symbol ret_memcpy and never used it in your script.


Re: Some error ... - Eiy Mard - 08.07.2012

lolz ... already fix .. tyvm ..