2 warnings cant fix it :(
#1

i'm getting this warnings
Код:
D:\Desktop\BB\gamemodes\BB-TDM.pwn(2749) : warning 204: symbol is assigned a value that is never used: "BombDefused"
D:\Desktop\BB\gamemodes\BB-TDM.pwn(2725) : warning 204: symbol is assigned a value that is never used: "BombExploded"
and the lines:-

Код:
BombDefused = 1;
BombExploded = 0;
how should it got fixed?
Reply
#2

remove both of them from script, then compile.
Reply
#3

You just never used somewhere in script these variables, if you want to use them, do it, otherwise delete them.
Reply
#4

oh ok guys thanks fot the help lol
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)