PK Title

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:

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.

-----------------------------------------------------------------

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;
Define system will give "[MVP]" to top 1 player
Code:
	function	GETTILE	{		switch(getarg(0,0))		{			case 1: return "[MVP]";			default: return "";		}	}
 

Attachments

Last edited by a moderator:
Thanks for sharing
default_no1.gif


@edit

review:

Warning on console

- Stopnpctimer;+ stopnpctimer;- Initnpctimer;+ initnpctimer;

and in game see attachment flooding @fakename

fakename.png

 
Last edited by a moderator:
Thank you for this.. BEST EVER



EDIT:

Only the Top 1's Name will be change?

 
Last edited by a moderator:
I sit possbile to make it Until 10? hahaha 

This would be damn great..

EDIT:

Also should be allow to get points in certain map only..

this may be abused by people specially like those server that are in PK mode.

 
Last edited by a moderator:
And this would be great also if the status is resetted every like 1 day or a week.

 
CREATE TABLE IF NOT EXISTS `gd_pk_title` ( `char_id` int(11) unsigned NOT NULL, `var` int(11) unsigned NOT NULL) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Thats the sql.

 
^ obviously its a typo-error. it must be GD_PK_TITLE not GD_OK_TITLE

in your script search for GD_OK_TITLE and replace with GD_PK_TITLE 

 
Last edited by a moderator:
sevennz bro. can u edit the script please... that it will be available in certain map only? my server is pk mode and everyone can abuse it

 
how come everyone can abuse it?

Only one account can obtain that PK Title.

 
since my server is pk mode, a player can fees him self outside the pvp map... btw godamit repkied to me in facebook, he said just add onNpckillevent in the script, but i dont know how ro do that

sorry for some typo iam just using phone

edit: onpckillevent

 
Last edited by a moderator:
Back
Top