View Single Post
NiceGuyx
Senior Member
Join Date: Nov 2011
Old 08-15-2012 , 16:01   Re: Plzz i need help my plugin won't work
Reply With Quote #3

Quote:
Originally Posted by exolent[jnr] View Post
PHP Code:
#include <amxmodx>
#include <amxmisc>

new const plugin[]="fly"
new const author[]="rtv"
new const version[]="1.0"

public plugin_init()
{
     
register_plugin(pluginversionauthor)

     
register_logevent("round_first"2"0=world triggered""1=game_commencing")
}
 
public 
round_first() <>
{
    
set_task(2700.0"fly")
    
    
state task_set;
}
public 
round_first() <task_set> {}

public 
fly()
{
    
server_cmd("fly_users")

i love youuuuuuuuuuuuuuuuuuu!! Big kiss to you from me
NiceGuyx is offline