Raised This Month: $ Target: $400
 0% 

Godmode Menu


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Gh05t04
Senior Member
Join Date: Jul 2015
Old 07-21-2015 , 06:48   Godmode Menu
Reply With Quote #1

This plugin gives godmode to everyone, i just want it to give godmode to CT's.

Can someone help me?

PHP Code:
#include <amxmodx>
#include <fun>

#define PLUGIN "asda"
#define VERSION "1.1"
#define AUTHOR "asdas"

new g_maxplayers
public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_clcmd("say /godmode""clcmd_godall")
   
register_clcmd("say /tirargodmode""clcmd_sacargodmode")
    
g_maxplayers get_maxplayers()
}
public 
clcmd_godall(id) {
    if(!(
get_user_flags(id) & ADMIN_KICK)) {
        
client_print(idprint_chat"[FRENZY] Nao tens acesso a este comando.")
        return 
PLUGIN_HANDLED;
    }
    for(new 
1<= g_maxplayersi++) {
        if(
is_user_alive(i)) 
            
set_user_godmode(i1)
        
    }    
    
set_hudmessage2551270, -1.00.4025.08.00.00.010)
    
show_hudmessage(0"Godmode Ligado")
}

public 
clcmd_sacargodmode(id) {
    if(!(
get_user_flags(id) & ADMIN_KICK)) {
        
client_print(idprint_chat"[FRENZY] Nao tens acesso a este comando.")
        return 
PLUGIN_HANDLED;
    }
    for(new 
1<= g_maxplayersi++) {
        if(
is_user_alive(i)) 
            
set_user_godmode(i0)
        
    }
    
set_hudmessage2551270, -1.00.4025.08.00.00.010)
    
show_hudmessage(0"Godmode Desligado")

Gh05t04 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 18:36.


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