SA-MP Forums Archive
Asking for a 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)
+--- Thread: Asking for a system (/showthread.php?tid=577330)



Asking for a system - KamalBa - 10.06.2015

How to make Score/Level System for CnR server...


Re: Asking for a system - JaydenJason - 10.06.2015

http://forum.sa-mp.com/forumdisplay.php?f=70
http://forum.sa-mp.com/search.php
Add score to the killer(killerid)
Remove score from player(playerid)
https://sampwiki.blast.hk/wiki/OnPlayerDeath


Re: Asking for a system - SickAttack - 10.06.2015

Well, you can get score for doing different missions, robbing stores/players, kidnapping players, etc. So basically get those features done and then just give them score (SetPlayerScore(playerid, GetPlayerScore(playerid) + 1);).