Raised This Month: $ Target: $400
 0% 

Turn off VIP menu on AWP maps


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
naven
Veteran Member
Join Date: Jun 2008
Location: Poland, Cieszyn
Old 08-14-2013 , 15:34   Re: Turn off VIP menu on AWP maps
Reply With Quote #2

Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "naven"


public plugin_init() {
	register_plugin(PLUGIN, VERSION, AUTHOR)
	
	// Add your code here...
}
public a_function()
{
	new szMapname[64];
	get_mapname(szMapname, 63)
	if(containi(szMapname, "awp"))//I think that returns -1 on success so you want to add your code after else{
	{
		
	}
	else
	{
		
	}
}
__________________
naven.com.pl
"At the end of the day, there are always going to be mental disorders and people who cause violence for no other reason than the fact that they're fucked up and lost. And all we can do is try to learn from it." Corey Taylor.
naven 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 16:00.


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