[Help Please] How to fix this warning please?
#1

I get this when I compile:
Код:
C:\Users\SoSu\Desktop\backup\roleplaytraining.pwn(342) : warning 204: symbol is assigned a value that is never used: "string"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Here is the line 342:
Код:
new name[MAX_PLAYER_NAME], file[256], string[128];
What is the problem with that line please help me.
Reply
#2

Quote:
Originally Posted by XoSarahMoX
Посмотреть сообщение
I get this when I compile:
Код:
C:\Users\SoSu\Desktop\backup\roleplaytraining.pwn(342) : warning 204: symbol is assigned a value that is never used: "string"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Here is the line 342:
Код:
new name[MAX_PLAYER_NAME], file[256], string[128];
What is the problem with that line please help me.
Код:
new name[MAX_PLAYER_NAME], file[128];
Remove this ,string[256]
Reply
#3

Thanks a lot !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)