Raised This Month: $ Target: $400
 0% 

Help with next map


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
The Wizard
Member
Join Date: Apr 2006
Old 03-19-2009 , 04:57   Help with next map
Reply With Quote #1

i get next map like this:

new nextmap[32]
get_cvar_string("amx_nextmap", nextmap, 31)

now, how to do: if arg = nextmap don't change nextmap, show text...

i've tried like this...
Code:
	new nextmap[32]
	get_cvar_string("amx_nextmap", nextmap, 31)
	if(arg = nextmap)
		{
			client_print(id, print_console, "%L", id, "xxx", arg)
			return PLUGIN_HANDLED
		}
The Wizard 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 08:53.


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