View Single Post
NekoYa4r
Junior Member
Join Date: Mar 2020
Old 04-25-2024 , 00:37   Re: [L4D & L4D2] Shove Handler (1.12) [25-Mar-2024]
Reply With Quote #38

Quote:
Originally Posted by jamalsheref2 View Post
// Stumble when shoved: 0=None, 1=Common, 2=Smoker, 4=Boomer, 8=Hunter, 16=Spitter, 32=Jockey, 64=Charger, 128=Tank (default off), 256=Witch (default off), 512=Survivor (default off). 1023=All. Add numbers together.
// -
// Default: "127"
l4d_shove_handler_stumble "511"

this is the issue, i want like certain infected to be shove and not shove the higher the numbers go it will allow all, i just want the witch to be shoved not the tank, when i set it to 256 it won't work. I want to put the numbers in comas ,like 1,2,4,256 but it won't work.
If you want to allow some infected to be shoved then you have to add numbers together. Like if you want only common, smoker, boomer and witch to be shoved, your number is 1+2+4+256 = 263. So that you will have to set
PHP Code:
l4d_shove_handler_stumble "263" 
__________________
Sorry for my bad english
NekoYa4r is offline