Checking next unused warning slot.... help please
#4

You cant do this

pawn Код:
if(dini_Get(Playerfile(id),"Warn2") == 0)
That's the same as

pawn Код:
new String[50] = 'Hello narbs';
if(String == 0) // Just won't work...
You use Strval for this kind of thing.
pawn Код:
if(!strval(dini_Get(Playerfile(id),"Warn1"))
.
Reply


Messages In This Thread
Checking next unused warning slot.... help please - by introzen - 24.06.2010, 09:39
Re: Checking next unused warning slot.... help please - by introzen - 24.06.2010, 19:22
Re: Checking next unused warning slot.... help please - by Finn - 24.06.2010, 19:34
Re: Checking next unused warning slot.... help please - by [HiC]TheKiller - 24.06.2010, 20:08

Forum Jump:


Users browsing this thread: 1 Guest(s)