[FilterScript] Rank + Class 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Rank + Class System (
/showthread.php?tid=436716)
Rank + Class System -
[DX]Aru12345 - 12.05.2013
Rank + Class System
Filterscript Information:
This is a filterscript regarding Rank + Class system. This filterscript is designed to be used in Gangwar gamemode's as the filterscripts suites the same.
This filterscript contains
7 Ranks and
8 classes
Classes:
Assault (Rank 0)
Sniper (Rank 0)
Pyroman (Rank 1)
Gangster (Rank 1)
Double Gangster (Rank 2)
Scout (Rank 3)
Mastermind (Rank 4)
Specialist (Rank 5)
Ranks:
1 - Private
2 - Corporal
3 - Sergeant
4 - Sergeant Major
5 - Captain
6 - Major
7 - General
You may set your own score for different rank by editing the defines
pawn Код:
/*=============================================================================
Change the values below to change the rank score
==============================================================================*/
#define RANK_0_SCORE 0
#define RANK_1_SCORE 150
#define RANK_2_SCORE 350
#define RANK_3_SCORE 600
#define RANK_4_SCORE 900
#define RANK_5_SCORE 1200
#define RANK_6_SCORE 1500
#define RANK_7_SCORE 2000
Each rank has got certain Armour bonus.
Each class has got extra ammo + some additional weapons.
Each times a player spawns it shows a message regarding selecting his class.
Commands:
/ranks -Will show a dialog containing all the ranks and the required scores.
/myrank - Shows your current rank
Download:
-->Mediafire<--
Re: Rank + Class System -
lizhihang5308 - 12.05.2013
good job!
Re: Rank + Class System -
DeMoX - 12.05.2013
Useful work for new members!
Re: Rank + Class System -
Xport6050 - 13.05.2013
nice job
Re: Rank + Class System -
[DX]Aru12345 - 15.05.2013
Thanks
Re: Rank + Class System -
[DX]Aru12345 - 21.05.2013
Any more comments?
Re: Rank + Class System -
Inverse - 21.05.2013
Good work! +Rep.
Re: Rank + Class System -
[DX]Aru12345 - 21.05.2013
Thanks for the REP.
Re: Rank + Class System -
Warbles - 22.05.2013
This is cool
Re: Rank + Class System -
[DX]Aru12345 - 23.05.2013
Glad that you liked it.