A litle help!!
#1

Код:
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!!!
Reply
#2

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.
Reply
#3

try this
pawn Код:
new name[MAX_PLAYER_NAME], file[256];
Reply
#4

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)