24.06.2010, 20:08
You cant do this
That's the same as
You use Strval for this kind of thing.
.
pawn Код:
if(dini_Get(Playerfile(id),"Warn2") == 0)
pawn Код:
new String[50] = 'Hello narbs';
if(String == 0) // Just won't work...
pawn Код:
if(!strval(dini_Get(Playerfile(id),"Warn1"))