goddameit 52 Posted December 2, 2013 (edited) 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 February 20, 2014 by AnnieRuru Quote Share this post Link to post Share on other sites
Mhalicot 392 Posted December 2, 2013 (edited) Thanks for sharing @edit review: Warning on console - Stopnpctimer;+ stopnpctimer;- Initnpctimer;+ initnpctimer; and in game see attachment flooding @fakename Edited December 2, 2013 by sevenzz23 Quote Share this post Link to post Share on other sites
karazu 33 Posted December 3, 2013 This is a free release? Quote Share this post Link to post Share on other sites
Mhalicot 392 Posted December 3, 2013 ^yeah obviously he included Download Links Quote Share this post Link to post Share on other sites
goddameit 52 Posted December 3, 2013 system will refresh it every 1min ----------------------------------------- update Quote Share this post Link to post Share on other sites
Mhalicot 392 Posted December 3, 2013 thanks for the update Quote Share this post Link to post Share on other sites
karazu 33 Posted December 3, 2013 (edited) Thank you for this.. BEST EVEREDIT:Only the Top 1's Name will be change? Edited December 3, 2013 by karazu Quote Share this post Link to post Share on other sites
karazu 33 Posted December 3, 2013 (edited) ^ 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 December 3, 2013 by karazu Quote Share this post Link to post Share on other sites
karazu 33 Posted December 3, 2013 And this would be great also if the status is resetted every like 1 day or a week. Quote Share this post Link to post Share on other sites
安赫尔 9 Posted December 3, 2013 who can put the sqlfile here. Shit chinese firewall, I can't see the sql Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted December 4, 2013 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. Quote Share this post Link to post Share on other sites
konzen002 0 Posted December 11, 2013 Im receiving this error GD_OK_TITLE(invincible/not on a map) Quote Share this post Link to post Share on other sites
Mhalicot 392 Posted December 11, 2013 ^ 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 Quote Share this post Link to post Share on other sites
karazu 33 Posted December 11, 2013 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 Quote Share this post Link to post Share on other sites
Mhalicot 392 Posted December 11, 2013 ^tell Mr. goddameit about that because its his script. Quote Share this post Link to post Share on other sites
karazu 33 Posted December 11, 2013 he doesnt reply Quote Share this post Link to post Share on other sites
Mhalicot 392 Posted December 11, 2013 how come everyone can abuse it? Only one account can obtain that PK Title. Quote Share this post Link to post Share on other sites
karazu 33 Posted December 11, 2013 (edited) 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 December 11, 2013 by karazu Quote Share this post Link to post Share on other sites
karazu 33 Posted December 12, 2013 PK TITLEERROR Quote Share this post Link to post Share on other sites
安赫尔 9 Posted December 12, 2013 If the sql table is exist. you may change all GD_PK_TITLE to gd_pk_title in scripts. Quote Share this post Link to post Share on other sites
karazu 33 Posted December 12, 2013 (edited) OK iwilledit: lol it works Thank you! Edited December 12, 2013 by karazu Quote Share this post Link to post Share on other sites
leloush 7 Posted December 21, 2013 (edited) kewl !! thanks goddameit Edited December 21, 2013 by leloush Quote Share this post Link to post Share on other sites
orange 4 Posted December 21, 2013 this script gives title to only the top playr on pvp right?? so will i go off once we log off and then login back? Quote Share this post Link to post Share on other sites
Mhalicot 392 Posted December 21, 2013 No, While you are the top 1, this will never go off.. you can delete title by using @delpktile try it your self Quote Share this post Link to post Share on other sites