This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local entity = FindMetaTable( "Entity" ) | |
| local meta = FindMetaTable( "Player" ) | |
| local panel = CLIENT and FindMetaTable( "Panel" ) | |
| local GetEngineTable = entity.GetTable | |
| local pltostring = FindMetaTable"Player".__tostring | |
| local R=debug.getregistry() | |
| local lowest = math.huge | |
| local setted = meta | |
| local function SetPlyMeta(t) if R[lowest]~=setted then ErrorNoHalt("1WOO".. (R[lowest]==panel and "<A>" or '<B>') .."OT\n") end setted = t R[lowest]=t end |