Raised This Month: $ Target: $400
 0% 

Solved set_task help


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 12-29-2020 , 13:20   Re: set_task help
Reply With Quote #6

This is not complicated
PHP Code:

#include <amxmodx>

const RoundTaskID 57882;

public 
plugin_init() 
{
    
register_logevent("logevent_round_start"2"1=Round_Start"
}

public 
logevent_round_start()
{
    
remove_taskRoundTaskID );
    
set_task25.0 "roundcounters" RoundTaskID );
}

public 
roundcounters()
{
    
client_printprint_chat "round counters called" );

__________________

Last edited by Bugsy; 12-29-2020 at 13:44.
Bugsy 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 14:07.


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