Raised This Month: $12 Target: $400
 3% 

[CS1.6] Admin/Player Rules See In Motd [PLUGIN]


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Server Management       
Amine Belokda
Senior Member
Join Date: Oct 2015
Location: ML_NOT_FOUND
Old 07-18-2016 , 01:05   [CS1.6] Admin/Player Rules See In Motd [PLUGIN]
Reply With Quote #1

Hi Guys You Want See Admin Rules Or Player Rules In oke

I Creat The Script To See Rules !!

Commands:
Code:
say /rules ( to see player rules )
say /admrules ( to see admin rules )
Admin Acces
PHP Code:
ADMIN_ACCES ADMIN_KCIK 
Script
PHP Code:
#include <amxmodx>

#define PLUGIN "Admin Rules"
#define VERSION "1.0"
#define AUTHOR "KaLo"

#define ADMIN_ACCES ADMIN_KICK

public plugin_init() {
    
register_plugin("admin / player rules""1.0""KaLO")
    
     
    
register_clcmd("say /admrules""Admin_RuleS");
    
register_clcmd("say /rules""Player_RuleS");
}

public 
Player_RuleS(id)
{
    
show_motd(id,"player_rules.txt""Player Rules")
}

public 
Admin_Rules(id){
    if( 
get_user_flags(id) && ADMIN_ACCES )
    {
    
show_motd(id,"admin_rules.txt""Admin Rules")
}

__________________
Amine Belokda is offline
Send a message via MSN to Amine Belokda
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 07-18-2016 , 04:16   Re: [CS1.6] Admin/Player Rules See In Motd [PLUGIN]
Reply With Quote #2

Please stop posting useless plugins.
__________________
HamletEagle is offline
Amine Belokda
Senior Member
Join Date: Oct 2015
Location: ML_NOT_FOUND
Old 07-18-2016 , 14:33   Re: [CS1.6] Admin/Player Rules See In Motd [PLUGIN]
Reply With Quote #3

Quote:
Originally Posted by HamletEagle View Post
Please stop posting useless plugins.
ok
__________________
Amine Belokda is offline
Send a message via MSN to Amine Belokda
simanovich
AlliedModders Donor
Join Date: Jun 2012
Location: Israel
Old 08-06-2016 , 06:22   Re: [CS1.6] Admin/Player Rules See In Motd [PLUGIN]
Reply With Quote #4

Quote:
Originally Posted by HamletEagle View Post
Please stop posting useless plugins.
Can't some one ban him?
__________________
simanovich is offline
Amine Belokda
Senior Member
Join Date: Oct 2015
Location: ML_NOT_FOUND
Old 08-12-2016 , 07:51   Re: [CS1.6] Admin/Player Rules See In Motd [PLUGIN]
Reply With Quote #5

ok -_-
__________________
Amine Belokda is offline
Send a message via MSN to Amine Belokda
Amine Belokda
Senior Member
Join Date: Oct 2015
Location: ML_NOT_FOUND
Old 11-09-2016 , 07:19   Re: [CS1.6] Admin/Player Rules See In Motd [PLUGIN]
Reply With Quote #6

To Add Using webste url
PHP Code:
#include <amxmodx> 

#define PLUGIN "Admin Rules" 
#define VERSION "1.0" 
#define AUTHOR "KaLo" 

#define ADMIN_ACCES ADMIN_KICK 

public plugin_init() { 
    
register_plugin("admin / player rules""1.0""KaLO"
     
      
    
register_clcmd("say /admrules""Admin_RuleS"); 
    
register_clcmd("say /rules""Player_RuleS"); 


public 
Player_RuleS(id

    
show_motd(id,"player_rules.txt""Player Rules"


public 
Admin_Rules(id){ 
    if( 
get_user_flags(id) && ADMIN_ACCES 
    { 
    
show_motd(id,"admin_rules.txt""Admin Rules"// add your url :D 


__________________
Amine Belokda is offline
Send a message via MSN to Amine Belokda
Reply


Thread Tools
Display Modes

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 16:02.


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