09.10.2011, 15:07
I made simple RANK SYSTEM using textdraw.
A
|
TOP OF SCRIPT
SCREENSHOTS: <-- CLICK ON THEM TO SE THEM BIGGER
DOWNLOAD
and
PASTEBIN
- 4 Ranks
- You can add more then 4 ranks (just like the others are made, not very complicated)
- You can change rank names to whatever you want
- You can change score when player get other rank very simply
|
|
|
V
PHP код:
#define RANK1NAME "You are ~y~Newbie"//change name the way you wont(RANK1)
#define RANK2NAME "You are ~y~Killer"//change name the way you wont(RANK2)
#define RANK3NAME "You are ~y~Gangstar"//change name the way you wont(RANK3)
#define RANK4NAME "You are ~y~The Boss"//change name the way you wont(RANK4)
#define RANK1SCOREa 0 // you are rank1 from 0 score
#define RANK1SCOREb 99 // to 99 score
#define RANK2SCOREa 100// you are rank2 from 100 score
#define RANK2SCOREb 249// to 249 score
#define RANK3SCOREa 250// you are rank3 from 250 score
#define RANK3SCOREb 999// to 999 score
#define RANK4SCORE 1000// you are rank4 from 1000+ score
|
TOP OF SCRIPT
SCREENSHOTS: <-- CLICK ON THEM TO SE THEM BIGGER
DOWNLOAD
and
PASTEBIN