Help with dini_IntSet
#6

Quote:
Originally Posted by MadeMan
Посмотреть сообщение
Why do you check this?

pawn Код:
if(!fexist(file))
Should be like this:

pawn Код:
if(strlen(tmp) == 0) return SendClientMessage(playerid, 0xFFFFFFFF, "USAGE: /removeucp [playername]");
format(file, sizeof(file),"LARP/Users/%s.ini", name);
dini_IntSet(file, "Pending", 0);
doesnt work
i want to make like this :
Pending=1
when i type /hapuskan
the Pending=0
thats what i mean...
but this is for offline player, the player's is not online..
for example the unban cmds
Reply


Messages In This Thread
Help with dini_IntSet - by Tama - 03.05.2011, 16:23
Re: Help with dini_IntSet - by jonnyboy - 03.05.2011, 16:26
Re: Help with dini_IntSet - by Tama - 03.05.2011, 16:30
Re: Help with dini_IntSet - by jonnyboy - 03.05.2011, 16:37
Re: Help with dini_IntSet - by MadeMan - 03.05.2011, 16:41
Re: Help with dini_IntSet - by Tama - 03.05.2011, 16:54
Re: Help with dini_IntSet - by MadeMan - 03.05.2011, 16:59
Re: Help with dini_IntSet - by Xaviour212 - 10.05.2011, 16:04

Forum Jump:


Users browsing this thread: 2 Guest(s)