Raised This Month: $ Target: $400
 0% 

NEED HELP


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 09-30-2014 , 11:30   Re: NEED HELP
Reply With Quote #1

Just use below. ;)

New update!
PHP Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "RULES"
#define VERSION "1.0"
#define AUTHOR "FloorenTIbraimi"

public plugin_init() 
{
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_clcmd"say /rules""show_rules" )
}

public 
show_rules(id)
{
    if (
is_user_alive(id))
    {
        
set_hudmessage(02550, -1.0, -1.0)
        
show_hudmessage(id"Rules")
        
set_task(3.0"message2"id)
    }
}

public 
message2(id)
{
    if (
is_user_alive(id))
    {
        
set_hudmessage(02550, -1.0, -1.0)
        
show_hudmessage(id"Don't spam because you will get GAG")
        
set_task(3.0"message3"id)
    }
}

public 
message3(id)
{
    if (
is_user_alive(id))
    {
        
set_hudmessage(02550, -1.0, -1.0)
        
show_hudmessage(id"Don't ads your server here")
        
set_task(3.0"message4"id)
    }
}

public 
message4(id)
{
    if (
is_user_alive(id))
    {
        
set_hudmessage(02550, -1.0, -1.0)
        
show_hudmessage(id"Don't push with admin")
        
set_task(3.0"message5"id)
    }
}

public 
message5(id)
{
    if (
is_user_alive(id))
    {
        
set_hudmessage(02550, -1.0, -1.0)
        
show_hudmessage(id"If you had problem with admin, just contact via FB!")
    }


Last edited by zmd94; 10-01-2014 at 05:56.
zmd94 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:34.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode