Raised This Month: $ Target: $400
 0% 

What's the best way to show this message


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
blood2k
Senior Member
Join Date: Mar 2014
Old 07-21-2018 , 13:52   What's the best way to show this message
Reply With Quote #1

I'm using the below dhudmessage, and I'm trying to make a plugin that shows my messages to dead players who have the admin flag "A" only. But I don't want it to show every time a person dies, just like every 5 minutes to all dead players at that time.

Could anyone help, here's the code of course..

Code:
#include <amxmodx>
#include <dhudmessage>

public plugin_init()
{
    register_plugin( "Test", "", "" );

}

public ClientCommand_Test( client )
{
    set_dhudmessage( 0, 160, 0, -1.0, 0.25, 2, 6.0, 3.0, 0.1, 1.5 );
    show_dhudmessage( client, "Join our forum." );
	show_dhudmessage( client, "Website." );
	show_dhudmessage( client, ":)" );
    
}
blood2k is offline
 



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 10:04.


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