dini question
#1

hi i make this and i have a question ... this can work

example = dini_Get("confing.ini", "killed");


and under some

if killed = 1 bla bla bal else if killed 0 bla bla bla

this can work?
Reply
#2

?? any one plz ??
Reply
#3

Don't bump please, , well the dini may work, i use it only for my admin commands
Reply
#4

Try this:

pawn Код:
new File[128], Killed[256];
format(File, sizeof(File), "Config.ini");
Killed = dini_Get(File, "Killed");

if(strval(Killed) == 1)
{
}
else
{
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)