SA-MP Forums Archive
Need Tips for saving system. - 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: Need Tips for saving system. (/showthread.php?tid=276344)



Need Tips for saving system. - Admigo - 13.08.2011

Heey guys,
I make a dm server and i have my own login and register system.
Have anyone some tips what i should add at the saving system?
Now i have kills,deaths,score,money.


Re: Need Tips for saving system. - Meinstad - 13.08.2011

Код HTML:
level ?
weapons ?
admin ?
vip ?
posz ?
posx ?
posy ?
int ?
vw ?
some


Re: Need Tips for saving system. - iPLEOMAX - 13.08.2011

(Main)
- admin level
- vip level
- player bounty
- Respect

(Individual Weapon Kills & skills)
-Fists
-Shotguns
-Deagle
-Minigun
etc...
If you server has special weapons, add their uses too.
-Planted bombs
-Atomic Bombs :P

(Maximum spree)
- on foot
- in vehicle.

(If you have zone capturing system. team system)
- Number of Zones captured.
- Number of time helped your teammates in something.


Re: Need Tips for saving system. - Babul - 13.08.2011

maximum amount of kill-streak:
Код:
*** Babul(123) killed admigo(1234) the 199'st time in a row...
edit: oh nvm
Quote:

(Maximum spree)
- on foot
- in vehicle.

accuracy (players killed / bullets shot) or something like that


Re: Need Tips for saving system. - Admigo - 13.08.2011

Thanks guys,Nice tips Gonna add some.