Raised This Month: $51 Target: $400
 12% 

nextmap.sp change


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
DataMatrix
Senior Member
Join Date: Aug 2005
Location: UK, Liverpool
Old 10-20-2008 , 11:14   nextmap.sp change
Reply With Quote #1

Hi,

I would like to request a change to be made to nextmap.sp

Currently when a player says nextmap it doesn't show it to all players - this means that everyone must type nextmap (and a lot of players do).

Can this be changed? I have done it myself but I think it would be a welcome change to people who don't know how to:

Code:
	if (strcmp(message, "nextmap", false) == 0)
	{
		decl String:map[32];
		GetConVarString(g_Cvar_Nextmap, map, sizeof(map));
		
		PrintToChatAll("%t", "Next Map", map);
	}
__________________
DataMatrix is offline
Send a message via MSN to DataMatrix
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 13:21.


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