View Single Post
Mofforg
Senior Member
Join Date: Aug 2010
Location: Moscow, Russia
Old 08-22-2010 , 20:30   Re: Every 2 rounds "clear" in console of anyone
Reply With Quote #8

Quote:
Originally Posted by nikhilgupta345 View Post
PHP Code:
#include <amxmodx>

new g_RoundCounter;

public 
plugin_init()
{
    
register_plugin("New""1.0""TM.");
    
set_task(300.0"FiveMinutes"___"b"
}

public 
FiveMinutes()
{

    
client_cmd(0"clear");

    return 
PLUGIN_CONTINUE;

if you want to change the time, change "300" in set_task to whatever amount of seconds.
Thanks!

Close the topic!
Mofforg is offline
Send a message via ICQ to Mofforg Send a message via Skype™ to Mofforg