One error
#5

Quote:
Originally Posted by Lexi'
Посмотреть сообщение
I don't think that will work because INI_String needs a size parameter you put at last, can you please post two lines before this and two lines after ?
PHP код:
public LoadUserData(playeridname[], value[]) 

    
INI_String("Password"PlayerInfo[playerid][Pass],[129]);
    
INI_Int("Cash"PlayerInfo[playerid][Cash]);
    
INI_Int("Admin"PlayerInfo[playerid][Admin]);
    
INI_Int("Kills"PlayerInfo[playerid][Kills]);
    
INI_Int("Deaths"PlayerInfo[playerid][Deaths]);
    
INI_Int("Xp"PlayerInfo[playerid][Xp]);
    
INI_Int("Infect"PlayerInfo[playerid][Infect]);
    
INI_Int("Rank"PlayerInfo[playerid][Rank]);
    
INI_Int("Mute"PlayerInfo[playerid][Mute]);
    
INI_Int("Vote"PlayerInfo[playerid][Vote]);
    
INI_Int("Credits"PlayerInfo[playerid][Credits]);
    
INI_Int("ArmourUpgrade"PlayerInfo[playerid][Armour]);
    
INI_Int("Online"PlayerInfo[playerid][Online]);
    return 
1

this is funcion
Reply


Messages In This Thread
One error - by rumen98 - 07.09.2012, 16:08
Re: One error - by mobiliz - 07.09.2012, 16:16
Re: One error - by rumen98 - 07.09.2012, 16:18
Re: One error - by Glint - 07.09.2012, 16:26
Re: One error - by rumen98 - 07.09.2012, 16:29
Re: One error - by Glint - 07.09.2012, 16:32
Re: One error - by rumen98 - 07.09.2012, 16:34
Re: One error - by mobiliz - 07.09.2012, 16:38
Re: One error - by Cjgogo - 07.09.2012, 16:44
Re: One error - by rumen98 - 07.09.2012, 16:46

Forum Jump:


Users browsing this thread: 1 Guest(s)