SA-MP Forums Archive
Save Player Score - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Save Player Score (/showthread.php?tid=103507)



Save Player Score - icezoor - 20.10.2009

I search after a code that always remember your scores. I mean if I left the server with 2 scores and come back, I have still 2 scores.. I know this work, and itґs probably simply...

But I canґt search in the forum, so I ask here instead... But please, explain well, and not send just for example "GetPlayerScore" or dudbxD


Re: Save Player Score - saiberfun - 20.10.2009

Quote:
Originally Posted by icezoor
I search after a code that always remember your scores. I mean if I left the server with 2 scores and come back, I have still 2 scores.. I know this work, and itґs probably simply...

But I canґt search in the forum, so I ask here instead... But please, explain well, and not send just for example "GetPlayerScore" or dudbxD
search around with ****** then!
search for an adminscript or a simple login script they save stats usually then u just change for example the money stats to score stats when u change GetPlayerMoney to GetPlayerScore

tho if ur interested u could learn managing files with
the filefunctions or mysql


Re: Save Player Score - icezoor - 20.10.2009

Quote:
Originally Posted by ┤ŞąiBЄЯҒПŋ├
Quote:
Originally Posted by icezoor
I search after a code that always remember your scores. I mean if I left the server with 2 scores and come back, I have still 2 scores.. I know this work, and itґs probably simply...

But I canґt search in the forum, so I ask here instead... But please, explain well, and not send just for example "GetPlayerScore" or dudbxD
search around with ****** then!
search for an adminscript or a simple login script they save stats usually then u just change for example the money stats to score stats when u change GetPlayerMoney to GetPlayerScore

tho if ur interested u could learn managing files with
the filefunctions or mysql
Thx!