Login Problem - 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: Login Problem (
/showthread.php?tid=509797)
Login Problem -
ShaneOvSina - 28.04.2014
Код:
Line (630) : warning 204: symbol is assigned a value that is never used: "string"
PHP код:
new name[MAX_PLAYER_NAME], file[256], string[128];
Re: Login Problem -
mrtms - 28.04.2014
Well did you use the value string? Cause if not, then just remove that from the "new" variable and you'll be good.
You might want to paste your login code aswell.
Re: Login Problem -
ShaneOvSina - 28.04.2014
Код:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Thanks
EDIT: +REPPED!