Help with dini_IntSet
#5

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);
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)