AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [TF2] Canteen Commands (https://forums.alliedmods.net/showthread.php?t=229183)

manfredbaumann 06-21-2015 05:44

Re: [TF2] Canteen Commands
 
what is Canteen Commands use for???

Chdata 06-22-2015 13:54

Re: [TF2] Canteen Commands
 
yeah


also quick think of a way to activate canteen effects on people even if they don't have the item

Bonkorn 11-01-2015 02:29

Re: [TF2] Canteen Commands
 
It doesn't work with server console like this
PHP Code:

sm_setcanteen bonkorn 1 critboost 

and Command/CVAR Shortcut
PHP Code:

    "1"
    
{
        
"chat" "c_crits"
        "command" "sm_setcanteen [PLAYER_NAME] 3 critboost"
        "flag"    "o"
    



FlaminSarge 11-06-2015 02:43

Re: [TF2] Canteen Commands
 
I have no idea why that wouldn't work. Did you update the plugin's dependencies?

starblaster64 05-28-2016 23:47

Re: [TF2] Canteen Commands
 
Did anyone figure out a workaround for using Canteens in Arena mode? The only other time when Canteens don't work is the short freeze period at the start of every round on all maps, which is before 'teamplay_round_active' is fired, which Arena (presumably) doesn't have since 'arena_round_start' exists.

EDIT: Just whipped up an adhoc solution. Setting 'GameRules_SetProp("m_iRoundState", 4);' in 'arena_round_start' seems to work fine. 4 being RoundState_RoundRunning, as opposed to Arena's default value of 7 (Which is the Stalemate state right? How odd).

EDIT2: OK Nevermind, RoundState 7 stops people from respawning, RoundSate 4 allows people to keep respawning in Arena mode.


All times are GMT -4. The time now is 14:39.

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