Raised This Month: $ Target: $400
 0% 

hud time


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 



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:50.


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