I need a function Read .ini files
#3

Yeah I made this
pawn Код:
forward LoadUser_data(playerid,name[],value[]);
public LoadUser_data(playerid,name[],value[])
{
    INI_Int("Password",pInfo[playerid][Pass]);
    INI_Int("WazzAdmin",pInfo[playerid][WazzAdmLevel]);
    INI_Int("WazzVip",pInfo[playerid][WazzVIPLevel]);
    INI_Int("Warn",pInfo[playerid][Warn]);
    INI_Int("Banned",pInfo[playerid][Banned]);
    INI_Int("Freeze",pInfo[playerid][Freeze]);
    INI_Int("Cash",pInfo[playerid][Cash]);
    INI_Int("Kills",pInfo[playerid][Kills]);
    INI_Int("Deaths",pInfo[playerid][Deaths]);
    return 1;
}
Reply


Messages In This Thread
I need a function Read .ini files - by xganyx - 19.08.2013, 02:17
Re: I need a function Read .ini files - by PrinceKumar - 19.08.2013, 02:38
Re: I need a function Read .ini files - by xganyx - 19.08.2013, 02:54
Re: I need a function Read .ini files - by PrinceKumar - 19.08.2013, 03:26
Re: I need a function Read .ini files - by xganyx - 22.08.2013, 09:25
Re: I need a function Read .ini files - by JusstinRoller - 22.08.2013, 12:15
Re: I need a function Read .ini files - by xganyx - 26.08.2013, 02:52
Re: I need a function Read .ini files - by ProjectMan - 26.08.2013, 03:07
Re: I need a function Read .ini files - by xganyx - 27.08.2013, 01:16

Forum Jump:


Users browsing this thread: 4 Guest(s)