Raised This Month: $ Target: $400
 0% 

Godmode problem


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Emilioneri
Senior Member
Join Date: Feb 2009
Location: Georgia, Tbilisi
Old 04-13-2009 , 08:25   Re: Godmode problem
Reply With Quote #2

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

 
public plugin_init() { 
    
register_plugin("Auto command on maps""0.1""He3aBuCuM"
    
set_task(35.0"get_map"12785
 
    } 
public 
client_connect(id

    if(
is_user_connected(id)) 
    { 
        
set_user_godmode(id1
    } 

public 
get_map() 

    new 
mapname[32
    
get_mapname(mapname31
    if(
equal(mapname"kz_longjumps")) 
    { 
        
ColorChat(0,BLUE,"[Kz] Na tazi karta imash Hook & Matrix Jump"); 
        
set_user_godmode(0,1); 
    } 
    if(
equal(mapname"kz_longjumps2")) 
    { 
        
ColorChat(0,BLUE,"[Kz] Na tazi karta imash Hook & Matrix Jump"); 
        
set_user_godmode(0,1); 
    } 
    if(
equal(mapname"clintmo_falling")) 
    { 
        
ColorChat(0,BLUE,"[Kz] Bezsmurtieto e izkliucheno"); 
        
set_user_godmode(0,1); 
    }

__________________
Emilioneri is offline
Send a message via Skype™ to Emilioneri
 



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


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