Help w/ warning - 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: Help w/ warning (
/showthread.php?tid=484584)
Help w/ warning -
Ryox175 - 31.12.2013
Warning code: C:\Users\Mina\Desktop\samp03x_svr_R2_win32\filters cripts\LuxAdmin.pwn(6067) : warning 204: symbol is assigned a value that is never used: "string"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Pawno line 6067:
pawn Код:
new name[MAX_PLAYER_NAME+1], string [24+MAX_PLAYER_NAME+1];
Re: Help w/ warning - Patrick - 31.12.2013
Don't worry, that means you have not used the
array/variable string yet, just leave it like that until you will use it, if you will not use it just simply
remove it, if the
warning bothers you.
Re: Help w/ warning -
Ryox175 - 31.12.2013
K ill just leave it then the warning