01.04.2014, 11:48
Did you forward this and make a public that looks something like this?
(Took this from my script)
(Took this from my script)
Код:
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("Kills",PlayerInfo[playerid][pKills]); INI_Int("Deaths",PlayerInfo[playerid][pDeaths]); INI_Int("Crack", PlayerDrugInfo[playerid][pCrack]); INI_Int("Weed", PlayerDrugInfo[playerid][pWeed]); INI_Int("Heroin", PlayerDrugInfo[playerid][pHeroin]); INI_Int("Shrooms", PlayerDrugInfo[playerid][pShrooms]); INI_Int("Meth", PlayerDrugInfo[playerid][pMeth]); return 1; }