OMG, help me
#1

stock TBan(pID,bTime)
{
new pName[MAX_PLAYER_NAME];
GetPlayerName(pID,pName,sizeof(pName));
format(tbDir,sizeof(tbDir),foxBanFile,pName);
dini_Create(tbDir);
dini_IntSet(tbDir,"fbTime",Time());
dini_IntSet(tbDir,"fbDuration",bTime*60);
Kick(pID);
}

I want to not be on the minutes, but days.
Reply
#2

pawn Код:
dini_IntSet(tbDir,"fbDuration",bTime*1440);
Minutes converted to days.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)