Saving Admin Level..
#3

pawn Code:
public UserDataLoad_data(playerid,name[],value[]) {
    INI_Int("Pass",pInfo[playerid][Pass]);
    INI_String("IP",pIP[playerid],16);
    INI_Int("Admin",pInfo[playerid][AdminLVL]);
    INI_Int("Cash",pInfo[playerid][Cash]);
    INI_Int("Score",pInfo[playerid][Score]);
    INI_Int("Banned",pInfo[playerid][Banned]);
    return 1;
}
this is what i have
Reply


Messages In This Thread
Saving Admin Level.. - by vassilis - 01.02.2012, 15:17
Re: Saving Admin Level.. - by Konstantinos - 01.02.2012, 15:30
Re: Saving Admin Level.. - by vassilis - 02.02.2012, 11:30
Re: Saving Admin Level.. - by Konstantinos - 02.02.2012, 12:35

Forum Jump:


Users browsing this thread: 1 Guest(s)