Jump to content

Recommended Posts

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

set .SP_RANK,2;
Define system will give "[MVP]" to top 1 player
	function	GETTILE	{		switch(getarg(0,0))		{			case 1: return "[MVP]";			default: return "";		}	}
Edited by AnnieRuru

Share this post


Link to post
Share on other sites

Thanks for sharing :no1:

 

@edit

 

review:

Warning on console

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

 

and in game see attachment flooding @fakename

post-1582-0-11396900-1386005026_thumb.png

Edited by sevenzz23

Share this post


Link to post
Share on other sites

^ yes

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.

Edited by karazu

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

^ 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 

Share this post


Link to post
Share on other sites

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

Edited by karazu

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.