goddameit
New member
- Messages
- 59
- Points
- 0
- Age
- 34
- Emulator
This system will give title (by @fakename) to who is on the list automatically.
Preview:
-----------------------------------------------------------------
Download:
Script
GD_PK_TITLE_2.txt (info)
GD_PK_TITLE.txt
SQL
http://pastebin.com/download.php?i=g2qTV36N
-----------------------------------------------------------------
Command:
@delpktitle for clean the datebase
@refhpktile for refresh the datebase
-----------------------------------------------------------------
Setting:
Define this rank is top 2 of killer
Define system will give "[MVP]" to top 1 player
Preview:
-----------------------------------------------------------------
Download:
Script
GD_PK_TITLE_2.txt (info)
GD_PK_TITLE.txt
SQL
http://pastebin.com/download.php?i=g2qTV36N
-----------------------------------------------------------------
Command:
@delpktitle for clean the datebase
@refhpktile for refresh the datebase
-----------------------------------------------------------------
Setting:
Define this rank is top 2 of killer
Code:
set .SP_RANK,2;
Code:
function GETTILE { switch(getarg(0,0)) { case 1: return "[MVP]"; default: return ""; } }
Attachments
Last edited by a moderator:
