Raised This Month: $ Target: $400
 0% 

hud time


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
El Abuelo Loco
Senior Member
Join Date: Jun 2020
Old 12-31-2020 , 17:19   hud time
Reply With Quote #1

can someone give me a hand? I have this little plugin the thing that I would like to know well about (certain_time = random_float)

I would like it to come out every 3 min

PHP Code:
#include <amxmodx>

#define PLUGIN "Mensaje"
#define VERSION "1.0"
#define AUTHOR "Talquito."


new Float:cierto_tiempo;

public 
plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
cierto_tiempo random_float(60.0180.0);
    
    
set_task(cierto_tiempo"show_hud", .flags="b");
}

public 
show_hud() {
    
    
set_hudmessage(25500, -1.00.2821.02.00.010.01, -1)
    
show_hudmessage(0"VISITA NUESTRAS REDES:");


Last edited by El Abuelo Loco; 12-31-2020 at 17:19.
El Abuelo Loco is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 12-31-2020 , 18:08   Re: hud time
Reply With Quote #2

If you want three minutes, then don't use the random number, use 3 minutes.
__________________
fysiks is offline
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 12-31-2020 , 18:42   Re: hud time
Reply With Quote #3

cierto_tiempo = 180.0
__________________
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be
Natsheh
Veteran Member
Join Date: Sep 2012
Old 12-31-2020 , 19:02   Re: hud time
Reply With Quote #4

Code:
amx_freq_imessage 180
amx_imessage "VISITA NUESTRAS REDES:" "255000000"
add this in your amxx.cfg you don't even need to create a plugin...
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !

Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
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 19:09.


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