[Help]Warnings!#1
#1

[CODE]C:\Documents and Settings\Antonio\Desktop\SERVER\gamemodes\GM0.pwn( 215) : warning 204: symbol is assigned a value that is never used: "string"


215:
Код:
new name[MAX_PLAYER_NAME], file[256], string[128];
How tofix this error?
Reply
#2

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

You have never used "string" and you have declare it. This warning is telling you that you didn't use it.
If you don't wanna use it just delete it.

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

fixed
Reply
#5

Quote:
Originally Posted by tronix096
Посмотреть сообщение
Thanx
No Problem.
Reply
#6

Fixed
Reply
#7

Sry for DP im fix this )
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)