Score.
#1

Hi all,how i am using an admin system but it is not save plyaers score.How i can save players score?
Reply
#2

edit your admin script but if u cant then try to add score saving filterscript
Reply
#3

add this On Top.. You can change it To False if you don't want to save score
pawn Code:
#define SaveScore  true
pawn Code:
#if SaveScore == true
dUserSetINT(PlayerName2(playerid)).("Score",0);
Add Above line in Your Admin Script. where there is Account.sav Lines.
Reply
#4

Ok but what codes i need to set for make this?
Reply
#5

ok,but when i complie admin script.i have this:


C:\Users\Δημητρης\Documents\server5\pawno\include\ ldudb.inc(20) : fatal error 100: cannot read from file: "dutils"
Reply
#6

You don't have dutils.inc
Reply
#7

I thought something else,how about to add this on my gamemode?
Reply
#8

It won't work. you can simply download dutils here http://sampfiles.weebly.com/uploads/...921/dutils.inc
Reply
#9

ok,and where to put this?
Reply
#10

put it on "MyServerFiles/pawno/include/"
Reply
#11

as text file or amx?
Reply
#12

put it as dutils.inc not .amx or .pwn
Reply
#13

ok,i am gonna try
Reply
#14

ok thanks,its works
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)