 |
|
Veteran Member
Join Date: Feb 2011
Location: Brazil
|

11-25-2011
, 13:33
Re: Help me
|
#4
|
Quote:
Originally Posted by fl0werD
PHP Code:
#include <amxmodx>
public plugin_init()
{
register_logevent("RoundEnd",2,"1=Round_End")
}
public RoundEnd() // id - no. This is global event.
{
set_hudmessage(255, 0, 0, -1.0, 0.35, 0, 3.0, 1.2, 1.3, 1.4, 4)
show_hudmessage(0, "the round is end")
}
|
Sorry, i used a script semi-make.
__________________
|
|
|
|