I need help quick!
#2

PHP код:
enum pInfo 

    
pPassword
    
pCash
    
pAdmin
    
pKills
    
pDeaths 

new 
PlayerInfo[MAX_PLAYERS][pInfo]; 
forward LoadUser_data(playeridname[], value[]); 
public 
LoadUser_data(playeridname[], value[]) 

    
INI_Int("Password"PlayerInfo[playerid][pPassword]); 
    
INI_Int("Cash"PlayerInfo[playerid][pCash]); 
    
INI_Int("Admin"PlayerInfo[playerid][pAdmin]); 
    
INI_Int("Kills"PlayerInfo[playerid][pKills]); 
    
INI_Int("Deaths"PlayerInfo[playerid][pDeaths]); 
    return 
1

Reply


Messages In This Thread
I need help quick! - by iCurse - 03.04.2016, 10:06
Re: I need help quick! - by itsCody - 03.04.2016, 10:07
Re: I need help quick! - by iCurse - 03.04.2016, 10:11
Re: I need help quick! - by iKevin - 03.04.2016, 10:38
Re: I need help quick! - by SmileyForCheat - 03.04.2016, 10:43
Re: I need help quick! - by Karan007 - 03.04.2016, 10:44
Re: I need help quick! - by fuckingcruse - 03.04.2016, 10:52
Re: I need help quick! - by iCurse - 03.04.2016, 11:34

Forum Jump:


Users browsing this thread: 2 Guest(s)