AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Ludwig van's Hurryup (https://forums.alliedmods.net/showthread.php?t=2029)

rex 05-18-2004 04:02

Ludwig van's Hurryup
 
2 Attachment(s)
Another great plugin from the one and only Eric Lidman aka Ludwig van.

This keeps the game moving along for CS only. If there is one player
left on a team, he is given a little time to either die or win the game
before a vote comes up to all players. The players then choose his fate,
they can let him live to finish the round naturally, or vote to kill
him in the interest of keeping the game moving so that the dead don't have to wait around so long.
enjoy

change console message from AMX to AMXX. Thanks to Kingpin for pointing this out.

Updated for amxx 0.20

FroXeN 05-18-2004 04:18

nice job rex seems like an interesting plugin ill try it out

kingpin 05-18-2004 07:20

lol sounds like fun, will try itout today. btw change "[AMX]" to "[AMXX]".

rex 05-25-2004 19:53

Quote:

Originally Posted by kingpin
lol sounds like fun, will try itout today. btw change "[AMX]" to "[AMXX]".

thanks Kingpin.
what amx do you want me to change to amxx? :)
good to be back online

kingpin 05-25-2004 19:55

Code:

if(get_cvar_num("amx_hurryup_mode")){
                console_print(id,"[AMX]  You have enabled hurry up mode")
                set_cvar_num("amx_hurryup_mode",0)       
        }else {
                console_print(id,"[AMX]  You have disabled hurry up mode")
                set_cvar_num("amx_hurryup_mode",1)

[AMX] ----> [AMXX] :P

rex 05-25-2004 20:19

now i see :) , thanks Kingpin will change now.
8)

rex 10-12-2004 05:51

updated for 0.20
please let me know about any errors.

Morpheus 10-12-2004 06:50

Hi there!

Just a dumb question, but are the precaching of the sound not missing?

Code:

public plugin_precache() {
        gibs = precache_model("models/hgibs.mdl")
        boom = precache_model("sprites/zerogxplode.spr")
        return PLUGIN_CONTINUE

Cheers


Morpheus

rex 10-12-2004 07:35

hmm yes it is missing. Didn't notice that.
it seems to being working okay without it but i will add it in now.
thanks mate.

edit
done

Morpheus 10-12-2004 12:42

Heheh no problem!

And u know what? I dont have ANY clue at all about scripting :) hehe.

I was just looking it through to see how it was made :)

Im putting it on our servers now !

Cheers

Morpheus


All times are GMT -4. The time now is 01:11.

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