Raised This Month: $32 Target: $400
 8% 

[REQ] Best player motd


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
SomewhereLost
AlliedModders Donor
Join Date: Mar 2014
Location: Tomorrowland
Old 02-12-2017 , 22:03   [REQ] Best player motd
Reply With Quote #1

Looking for a simple plugin which announces best player (by kills including headshots)
but it should not be at the end of each map, should be between 15 or 20 minutes (much better if it can be controlled by cvar)
also if not lazy, to add some amount of money as a prize

thanks
__________________
SomewhereLost is offline
Send a message via Skype™ to SomewhereLost
RAW_192
Senior Member
Join Date: Feb 2017
Old 02-14-2017 , 06:28   Re: [REQ] Best player motd
Reply With Quote #2

I want one at the end of each map .. If someone can

You can try this though

It would show best player at the end of each round .
Attached Files
File Type: sma Get Plugin or Get Source (BestPlayer.sma - 516 views - 2.3 KB)
RAW_192 is offline
SomewhereLost
AlliedModders Donor
Join Date: Mar 2014
Location: Tomorrowland
Old 02-14-2017 , 11:00   Re: [REQ] Best player motd
Reply With Quote #3

Well using colours in hudmessage is impossible

show_hudmessage(0, "Best player of the round is : ^3%s ^1Killing %i ^3!", szName, g_iKills[iBestPlayer]);

Needs little remake, thanks for that anyway
__________________
SomewhereLost is offline
Send a message via Skype™ to SomewhereLost
Natsheh
Veteran Member
Join Date: Sep 2012
Old 02-14-2017 , 12:41   Re: [REQ] Best player motd
Reply With Quote #4

Quote:
Originally Posted by SomewhereLost View Post
Well using colours in hudmessage is impossible

show_hudmessage(0, "Best player of the round is : ^3%s ^1Killing %i ^3!", szName, g_iKills[iBestPlayer]);

Needs little remake, thanks for that anyway
here how to color it
PHP Code:

#define TASK_HUDMSG 135246

public show_hudmsg()
{
    if(
task_exists(TASK_HUDMSG))
        
remove_task(TASK_HUDMSG)
    
set_task(0.2"task_show_hudmsg"TASK_HUDMSG__"a"10)
}

public 
task_show_hudmsg(taskid)
{
    
set_hudmessage(random_num(0255), random_num(0255), random_num(0255), -1.00.3506.00.190.10.31)
    
show_hudmessage(0"MY ANNOYING Sweet hudmessage !")

__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !


Last edited by Natsheh; 02-14-2017 at 12:52.
Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
SomewhereLost
AlliedModders Donor
Join Date: Mar 2014
Location: Tomorrowland
Old 02-14-2017 , 16:21   Re: [REQ] Best player motd
Reply With Quote #5

Yeah I know that basic stuff, I just need

Quote:
plugin which announces best player (by kills including headshots)
but it should not be at the end of each map, should be between 15 or 20 minutes (much better if it can be controlled by cvar)
__________________
SomewhereLost is offline
Send a message via Skype™ to SomewhereLost
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:20.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode