![]() |
Players can not pass through doors dead - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Players can not pass through doors dead (/Thread-Players-can-not-pass-through-doors-dead) |
Players can not pass through doors dead - Skul - 08-10-2014 02:27 AM Code: [CHARDEF 0192] Works fine with .gm 1, but with .gm 0 it rubberbands as I attempt to cross through a door. RE: Players can not pass through doors dead - Skul - 08-11-2014 11:45 PM .bump. RE: Players can not pass through doors dead - Rizz - 08-12-2014 02:58 AM Same problem here... I noticed that in the past was possible to check the can_flags as "<src.can_flags>" but now is only possible with "<src.can>"... could be the problem? RE: Players can not pass through doors dead - XuN - 08-12-2014 03:09 AM As temporal fix use can |=mt_ghost in @Death and remove it when ressurrecting. RE: Players can not pass through doors dead - Rizz - 08-12-2014 03:36 AM PHP Code: ON=@SPELLEFFECT Like this? RE: Players can not pass through doors dead - Skul - 08-12-2014 11:21 PM Yep, works fine now. Thanks. RE: Players can not pass through doors dead - Extreme - 08-18-2014 04:16 AM It's now fixed internally. See r2007. |