Raised This Month: $ Target: $400
 0% 

Godmode problem


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
mAr7obg
Senior Member
Join Date: May 2007
Location: Bulgaria
Old 04-13-2009 , 07:10   Godmode problem
Reply With Quote #1

I followed, when a map change or kz_longjumps kz_longjumps2 or any other map I have godmod, but when shifted to climto_falling no godmod.
Sorry for my english
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(id, 1) } } public get_map() { new mapname[32] get_mapname(mapname, 31) 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,0); } }
mAr7obg is offline
Send a message via Skype™ to mAr7obg
 



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:24.


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