Posts: 2,421
Threads: 52
Joined: Mar 2009
Reputation:
0
EDIT: Actually post the code where you assign a value to string. You don't realy have to do anything your code should work even with this warning. The warning is because you give string a value but never use it.
Posts: 1,506
Threads: 69
Joined: Feb 2008
Quote:
Originally Posted by Janek17
Код:
C:\Users\Janek\Desktop\Next Deathmach [0.3c]\gamemodes\NDM.pwn(301) : warning 204: symbol is assigned a value that is never used: "string"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Код:
new name[MAX_PLAYER_NAME], file[256], string[128];
HELP PLEASEE!!!
|
Its because the symbol is assigned a value that is never used.