#1

How to make that score will save? I got Lux Admin Filterscript and The score doesn't saves! Same goes with Lethal Admin.
Reply
#2

Go read wiki and learn some Dini :/
Reply
#3

There are a TUT on the TUT Section
Reply
#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
#5

thnx. Will try
Reply
#6

it doesnt works i got errors
Reply
#7

HELP!!!! I want the score saved... The server sucks without it...
Reply
#8

LAdmin Score saving

wont be hard, LuX admin is just a ladmin edit soo wont take much
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)