Thread: ABOUT HUD
View Single Post
nikhilgupta345
Veteran Member
Join Date: Aug 2009
Location: Virginia
Old 07-24-2010 , 17:55   Re: ABOUT HUD
Reply With Quote #2

Code:
Public plugin_init()
{
register_plugin(w,e)
Register_logevent("round_start", 2, "1=RoundStart")
}

Public round_start()
{
set_hudmessage(parameters here)
For(new i=1;i>0;i++)
{
show_hudmessage(parameters here)
}
}

Last edited by nikhilgupta345; 07-24-2010 at 18:02.
nikhilgupta345 is offline
Send a message via ICQ to nikhilgupta345 Send a message via Yahoo to nikhilgupta345