dini_Int
#3

Quote:
Originally Posted by Hashski
Посмотреть сообщение
This is loading

pawn Код:
public OnPlayerConnect(playerid)
{
    GetPlayerName(playerid, Name, sizeof(Name));
    format(file,sizeof(file),"OrgUsers/%s.ini", Name);
    if(dini_Exists(file))
    {
        Member[playerid] = dini_Int(file, "Member");
        Leader[playerid] = dini_Int(file,"Leader");
        IsInOrg[playerid] = dini_Int(file,"Status");
        IsLaw[playerid] = dini_Int(file,"Law");
        request[playerid] = dini_Int(file,"Request");
        IsRequesting[playerid] = dini_Int(file,"Isrequesting");
    }
    return 1;
}
NOT SAVING, YOU IZ UNDERSTAND?!
I know, just typed over wrong code,
Hmm is it bc i dont have a create file /new file creation for entering players?
Reply


Messages In This Thread
dini_Int - by cruising - 03.04.2011, 20:09
Re: dini_Int - by Hashski - 03.04.2011, 20:32
Re: dini_Int - by cruising - 03.04.2011, 20:40
Re: dini_Int - by tanush - 03.04.2011, 20:54
Re: dini_Int - by cruising - 03.04.2011, 21:22
Re: dini_Int - by tanush - 03.04.2011, 21:27
Re: dini_Int - by cruising - 03.04.2011, 21:39

Forum Jump:


Users browsing this thread: 1 Guest(s)