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

Voting For Timelimit


Post New Thread Reply   
 
Thread Tools Display Modes
nexxa
Junior Member
Join Date: Jul 2008
Old 08-07-2008 , 10:01   Re: Voting For Timelimit
Reply With Quote #11

Very good idea
nexxa is offline
sdelta
New Member
Join Date: Aug 2008
Old 08-28-2008 , 22:30   Re: Voting For Timelimit
Reply With Quote #12

but if result is scoreless (deuce).. timelimit is "0" :/ Can you fix it ?

I cant good speak english.. sry..
sdelta is offline
sreddoMlabolG
BANNED
Join Date: Aug 2008
Location: +Karma If I helped you i
Old 08-29-2008 , 01:10   Re: Voting For Timelimit
Reply With Quote #13

Good job , +Karma
sreddoMlabolG is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 08-29-2008 , 01:22   Re: Voting For Timelimit
Reply With Quote #14

Quote:
Originally Posted by EvolDay View Post
Code:
L 07/08/2008 - 15:23:30: Start of error session.
L 07/08/2008 - 15:23:30: Info (map "surf_simpsons_final") (file "addons/amxmodx/logs/error_20080708.log")
L 07/08/2008 - 15:23:30: Played 14 is not in game
L 07/08/2008 - 15:23:30: [AMXX] Displaying debug trace (plugin "timelimitvote.amxx")
L 07/08/2008 - 15:23:30: [AMXX] Run time error 10: native error (native "menu_cancel")
L 07/08/2008 - 15:23:30: [AMXX]    [0] timelimitvote.sma::menu_handler (line 48)
Fix that by adding
PHP Code:
if( !is_user_connectedid ) )
    return 
PLUGIN_HANDLED 
to the beginning of your menu_handler function and I'll approve this
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
AcidoX
Senior Member
Join Date: Oct 2007
Location: Vilnius
Old 08-29-2008 , 12:36   Re: Voting For Timelimit
Reply With Quote #15

You could do a better plugin like i have on my server, with CMD '/extend' if 20 ppl online 18 ppl writes /extend then map is extented by 7 mins. If you wanna unextend, you type '/unextend'
__________________
Who need lockerz invite? Pm me.
AcidoX is offline
Send a message via Skype™ to AcidoX
sreddoMlabolG
BANNED
Join Date: Aug 2008
Location: +Karma If I helped you i
Old 08-30-2008 , 22:38   Re: Voting For Timelimit
Reply With Quote #16

I cannot believe this plugin has not been made before...
sreddoMlabolG is offline
AcidoX
Senior Member
Join Date: Oct 2007
Location: Vilnius
Old 08-31-2008 , 16:23   Re: Voting For Timelimit
Reply With Quote #17

What about my idea?
__________________
Who need lockerz invite? Pm me.
AcidoX is offline
Send a message via Skype™ to AcidoX
singularity
Junior Member
Join Date: Dec 2007
Old 09-08-2008 , 16:44   Re: Voting For Timelimit
Reply With Quote #18

I reedited this version working for airaccelerate instead and i get this bugg that the airaccelerate gets 0 when it havent been vote and (dont know if this comes on normal version 2) if someone doesnt vote, it doesnt change / show results until the last one votes and if you vote on a option that already is on it doesnt print that its the same as before , would be kinda good
singularity is offline
mullekurden
Member
Join Date: Apr 2008
Old 09-09-2008 , 09:56   Re: Voting For Timelimit
Reply With Quote #19

it would be nice if you could add CVARS for the voting timelimits.
so i can choose whatever i want like this:
Quote:
VFTL_1 10
VFTL_2 20
VFTL_3 35
VFTL_4 60
VFTL_5 90
__________________

mullekurden is offline
ENNEk
Junior Member
Join Date: Aug 2008
Old 09-30-2008 , 19:48   Re: Voting For Timelimit
Reply With Quote #20

PHP Code:
public plugin_init() 
{
 
register_plugin("PLUGIN""VERSION""AUTHOR")
 
set_task(180.0"start_vote");

Change to

PHP Code:
public plugin_init() 
{
 
register_plugin(PLUGINVERSIONAUTHOR)
 
set_task(180.0"start_vote");

Nice work.
__________________
Something else will...

ENNEk is offline
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 21:00.


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