What's wrong ?
#5

PHP код:
forward PlayerData_Data(playeridname[], value[]);
public 
PlayerData_Data(playeridname[], value[])
{
    
INI_Int("Password"pInfo[playerid][Pass]);
    
INI_Float("X"pInfo[playerid][x]);
    
INI_Float("Y"pInfo[playerid][y]);
    
INI_Float("Z"pInfo[playerid][z]);
    
INI_Float("A"pInfo[playerid][a]);
    
INI_Int("Cash"pInfo[playerid][Cash]);
    
INI_Int("Score"pInfo[playerid][Score]);
    
INI_Int("Kills"pInfo[playerid][Kills]);
    
INI_Int("Deaths"pInfo[playerid][Deaths]);
    return 
1;

Reply


Messages In This Thread
What's wrong ? - by anonimus2222222 - 19.06.2016, 08:09
Re: What's wrong ? - by SyS - 19.06.2016, 09:39
Re: What's wrong ? - by anonimus2222222 - 29.06.2016, 14:53
Re: What's wrong ? - by SyS - 29.06.2016, 15:26
Re: What's wrong ? - by anonimus2222222 - 29.06.2016, 15:30
Re: What's wrong ? - by SyS - 29.06.2016, 15:33
Re: What's wrong ? - by anonimus2222222 - 29.06.2016, 15:37

Forum Jump:


Users browsing this thread: 1 Guest(s)