Ajutor!!
#3

PHP код:
enum pInfo
{
    
pPass,
    
pCash,
    
pAdmin,
    
pSkin,
    
pScore,
    
pJob
}
new 
PlayerInfo[MAX_PLAYERS][pInfo];
//===================== P I C K U P ============================//
new pickup;
//===================== F O R W A R D ==========================//
forward LoadUser_data(playerid,name[],value[]);
public 
LoadUser_data(playerid,name[],value[])
{
    
INI_Int("Password",PlayerInfo[playerid][pPass]);
    
INI_Int("Cash",PlayerInfo[playerid][pCash]);
    
INI_Int("Admin",PlayerInfo[playerid][pAdmin]);
    
INI_Int("Score",PlayerInfo[playerid][pScore]);
    
INI_Int("Skin",PlayerInfo[playerid][pSkin]);
    
INI_Int("Job",PlayerInfo[playerid][pJob]);
    return 
1;

Quote:
Originally Posted by Lumineux
Посмотреть сообщение
Arata-ne functia care salveaza datele jucatorilor... "SavePlayerData" sau ceva asemanator.
Reply


Messages In This Thread
Ajutor la comanda /getjobc - by Calinut200 - 17.06.2016, 12:31
Re: Ajutor!! - by Lumineux - 17.06.2016, 13:41
Re: Ajutor!! - by Calinut200 - 17.06.2016, 15:45
Re: Ajutor la comanda /getjobc - by shiftlol - 17.06.2016, 16:31
Re: Ajutor la comanda /getjobc - by Calinut200 - 17.06.2016, 16:37
Re: Ajutor la comanda /getjobc - by shiftlol - 17.06.2016, 16:46
Re: Ajutor la comanda /getjobc - by shiftlol - 17.06.2016, 16:48
Re: Ajutor la comanda /getjobc - by Calinut200 - 17.06.2016, 17:06
Re: Ajutor la comanda /getjobc - by shiftlol - 17.06.2016, 17:08
Re: Ajutor la comanda /getjobc - by Calinut200 - 17.06.2016, 17:18

Forum Jump:


Users browsing this thread: 1 Guest(s)