I don't really understand... - 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: I don't really understand... (
/showthread.php?tid=426738)
I don't really understand... -
LeeXian99 - 30.03.2013
What kind of warning is this?
Код:
C:\Users\Kelvin\Desktop\Scripting\filterscripts\anim.pwn(5379) : warning 203: symbol is never used: "ret_memcpy"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
But what is needed to be moved to remove this warning? o.o
pawn Код:
#include <a_samp>
#include <core>
#include <float>
#include <dini>
#include <dutils>
#include <a_objects>
#include <time>
#include <string>
#include <file>
Re: I don't really understand... -
andrewgrob - 30.03.2013
see
https://sampforum.blast.hk/showthread.php?tid=98921
Re: I don't really understand... -
Scrillex - 30.03.2013
#pragma used ret_memcpy
Re: I don't really understand... -
LeeXian99 - 30.03.2013
On the very top of it?
Re: I don't really understand... -
Scrillex - 30.03.2013
Yeah put it on top!
Re: I don't really understand... -
LeeXian99 - 30.03.2013
Oh and this, how to change it? It's OnDialogResponse.
pawn Код:
case 16: return CMD:music2(playerid,params);
Re: I don't really understand... -
Scrillex - 30.03.2013
cmd_music2(playerid,params);
Re: I don't really understand... -
LeeXian99 - 30.03.2013
I tried that, it says unknown code or something like that.
Re: I don't really understand... -
Scrillex - 30.03.2013
uhh then just let it stay .. it's only a warning!
Re: I don't really understand... -
LeeXian99 - 30.03.2013
C:\Users\Kelvin\Desktop\Scripting\gamemodes\racere volution.pwn(6327) : error 017: undefined symbol "CMD_music2"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.