Need help [me again]
#3

Add this Under public OnPlayerSpawn(playerid) callback.

pawn Код:
SetPlayerScore(playerid, PlayerInfo[playerid][pScores]);
And this will be the same as :

pawn Код:
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("Kills",PlayerInfo[playerid][pKills]);
    INI_Int("Deaths",PlayerInfo[playerid][pDeaths]);
    INI_Int("pScores",PlayerInfo[playerid][pDeaths]);
    return 1;
}
Reply


Messages In This Thread
Need help [me again] - by Edii - 16.05.2012, 16:51
AW: Need help [me again] - by EthanR - 16.05.2012, 16:53
Re: Need help [me again] - by Ballu Miaa - 16.05.2012, 16:57
AW: Need help [me again] - by EthanR - 16.05.2012, 16:59
Re: Need help [me again] - by Edii - 16.05.2012, 17:00
AW: Need help [me again] - by EthanR - 16.05.2012, 17:05
Re: Need help [me again] - by Ballu Miaa - 16.05.2012, 17:07
Re: Need help [me again] - by Edii - 16.05.2012, 17:24
AW: Need help [me again] - by EthanR - 16.05.2012, 17:26
Re: Need help [me again] - by Edii - 16.05.2012, 17:31
Re: Need help [me again] - by iRage - 16.05.2012, 17:33
AW: Need help [me again] - by EthanR - 16.05.2012, 17:35
Re: Need help [me again] - by Edii - 16.05.2012, 17:41

Forum Jump:


Users browsing this thread: 4 Guest(s)