Raised This Month: $ Target: $400
 0% 

WalkGuard - no camping/climbing/bug using - V1.3.2


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Gloomy
Junior Member
Join Date: Aug 2009
Old 08-06-2009 , 11:22   Re: WalkGuard - no camping/climbing/bug using - V1.3.2
Reply With Quote #11

Quote:
Originally Posted by Kitami View Post
Is there a way to increase the time limit from 30 seconds that's a bit short I was hoping like 60 seconds.
reverse situation

1 question:
how to make the countdown begins not with 5 seconds and from 0

I found the code in the row but changed to 1 does not change ((

Code:
public EditMenuAction(player, key) {
	key = (key == 10) ? 0 : key + 1
	switch(key)
	{
		case 1: {
				// nдchster ZoneMode
				new zm = -1
				zm = pev(zone[index], ZONEID)
				if (ZONEMODE:zm == ZM_KILL_T2) zm = 0; else zm++;
				set_pev(zone[index], ZONEID, zm)
				OpenEditMenu(player)
			}
		case 2: {
				// Campertime runter
				new ct = pev(zone[index], CAMPERTIME)
				ct = (ct > 1) ? ct - 1 : 1
				set_pev(zone[index], CAMPERTIME, ct)
				OpenEditMenu(player)
			}
		case 3: {
				// Campertime hoch
				new ct = pev(zone[index], CAMPERTIME)
				ct = (ct < 30) ? ct + 1 : 30
				set_pev(zone[index], CAMPERTIME, ct)
				OpenEditMenu(player)
			}
		case 4: {
				// Editier-Richtung дndern
				direction = (direction < 2) ? direction + 1 : 0
				OpenEditMenu(player)
			}
		......................................


			}
	}
}
Case 2 line 3
Help Plz !
Gloomy 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:42.


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