SA-MP Forums Archive
problem with compiling - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: problem with compiling (/showthread.php?tid=267276)



problem with compiling - gta_master - 07.07.2011

hi.i got a problem when i want to compile i get an error:
how to fix it?!
Код:
C:\Users\sina\Desktop\server\gamemodes\SE.pwn(1693) : warning 203: symbol is never used: "ret_memcpy"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.



Re: problem with compiling - GTA-Roleplay - 07.07.2011

search on ret_memcpy the script and remove the


Re: problem with compiling - gta_master - 07.07.2011

wont gamemode crash?


Re: problem with compiling - WoodPecker - 07.07.2011

No gta_master you should remove ret_memcpy since you are not using it.


Re: problem with compiling - gta_master - 07.07.2011

i cant find ret_memcpy on .pwn file!!! :O


Re: problem with compiling - WoodPecker - 07.07.2011

Check if you are using dini or dutils.


Re: problem with compiling - gta_master - 07.07.2011

i am using them


Re: problem with compiling - gta_master - 07.07.2011

what should i do?!


AW: problem with compiling - Johann95 - 07.07.2011

Make This in the Gamemode

Код:
#pragma unused ret_mempcy
Add us there in the top row of the first game modes A and finished, and Problem is Fixed

Greetings from Foxy


Re: problem with compiling - gta_master - 07.07.2011

i did that but i got this error: C:\Users\sina\Desktop\SE.pwn(15) : error 017: undefined symbol "ret_mempcy"
C:\Users\sina\Desktop\SE.pwn(1694) : warning 203: symbol is never used: "ret_memcpy"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

why?!