Raised This Month: $ Target: $400
 0% 

My Map Changing Plugin for TS.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
stupok
Veteran Member
Join Date: Feb 2006
Old 05-30-2007 , 20:49   Re: My Map Changing Plugin for TS.
Reply With Quote #2

Is this what you're looking for?
Code:
#include <amxmodx> #define PLUGIN "Map Change" #define VERSION "1.0" #define AUTHOR "stupok69" new cvar_meck public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)         cvar_meck = register_cvar("amx_mecklenburg_mapchange", "1")         set_task(5.0, "delay_mapchange") } public delay_mapchange() {     if(get_pcvar_num(cvar_meck))     {         server_cmd("changelevel mecklenburgv5_a6")     } }
stupok is offline
 



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 10:38.


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