Posts: 1,029
Threads: 96
Joined: May 2010
Reputation:
0
How to make that score will save? I got Lux Admin Filterscript and The score doesn't saves! Same goes with Lethal Admin.
Posts: 56
Threads: 8
Joined: Jul 2010
Reputation:
0
Go read wiki and learn some Dini :/
Posts: 253
Threads: 47
Joined: Oct 2009
Reputation:
0
There are a TUT on the TUT Section
Posts: 3
Threads: 1
Joined: Apr 2010
Reputation:
0
#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
Posts: 1,029
Threads: 96
Joined: May 2010
Reputation:
0
it doesnt works i got errors
Posts: 1,029
Threads: 96
Joined: May 2010
Reputation:
0
HELP!!!! I want the score saved... The server sucks without it...