Score
#4

#include <dini>

public OnPlayerConnect
{
if(dini_Isset("score.ini",PlayerName(playerid))) SetPlayerScore(playerid,dini_Int("score.ini",Playe rName(playerid)));
}

public OnPlayerDisConnect
{
dini_IntSet("score.ini",PlayerName(playerid),GetPl ayerScore(playerid));
}

Your welcome
Reply


Messages In This Thread
Score - by GangsTa_ - 05.08.2010, 19:34
Re: Score - by KennethRandall - 05.08.2010, 19:37
Re: Score - by matthewdriftking - 05.08.2010, 19:37
Re: Score - by tylrjarvis - 05.08.2010, 19:43
Re: Score - by GangsTa_ - 05.08.2010, 19:47
Re: Score - by GangsTa_ - 06.08.2010, 14:58
Re: Score - by GangsTa_ - 06.08.2010, 17:08
Re: Score - by willsuckformoney - 06.08.2010, 17:13

Forum Jump:


Users browsing this thread: 7 Guest(s)