Hi Jack,
got this for you
greetz gjuz
Hi Jack,
got this for you
greetz gjuz
These ads disappear when you log in.
Hide the Rum! --> Default theme customization 101 <--
this debug feature is awesome!!
How can i inline pics like you guys?
![]()
Last edited by Tralto; 04-08-2017 at 08:52 AM.
Hide the Rum! --> Default theme customization 101 <--
Hide the Rum! --> Default theme customization 101 <--
Hi Jack,
greetz gjuz
Blacklisted :
193248, // Holy Sanctum
153752, // a3 catapult event
102711, // a1dun_Leor_Jail_Door_SuperLocked_A_Fake
447641, // cos_pet_mimic_01
Thanks for reporting.
Hide the Rum! --> Default theme customization 101 <--
Last edited by Litespeed0; 04-16-2017 at 12:34 PM.
Blacklisted :
5288, // shoulderPads_norm_base_flippy ???
291717, // x1_Abattoir_Barricade_Solid
365503, // X1_Fortress_FloatRubble_A
Are you sure about 5288 ?
The name seems very odd : 'shoulderPads' Oo
I'm not ok with these :
// 389569, // p1_TGoblin_Gate
// 392094, // p1_Tgoblin_Vault_Door
These are really clickable doors. (vault passage and greed portal)
I made an update to the plugin to expose the blacklist as customization, if you want to blacklist them anyway :
PHP Code:
Hud.RunOnPlugin<Jack.Actors.DoorsPlugin>(plugin =>
{
plugin.DoorsIdsBlackList.Add(389569);
plugin.DoorsIdsBlackList.Add(392094);
});
Hide the Rum! --> Default theme customization 101 <--