View Single Post
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 02-26-2011 , 10:21   Re: How to counted 2 minutes from time left
Reply With Quote #9

PHP Code:
#include <amxmodx>

new const Version[] = "0.1"

public plugin_init()
{
    
register_plugin"Test"Version"Dark_Style" )
    
set_task(120.0"show_func", .flags="d")
}

public 
show_func( )
{
    
set_hudmessage8542255, .channel=-)
    
show_hudmessage(0"Timeleft is 120" )

__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline