Beelzebub

Results 14 comments of Beelzebub

> Could you give some examples/documentation that makes these operations defined and sensible for rgb colours? arithmetic operators allows to write cleaner code, this is useful in complex code -...

Workaround: ```lua coroutine.wrap(function() timer.performWithDelay(0, function() native.showAlert("Title", "Desc", {"OK"}, print) end) end)() ```

why depends on `player.GetAll()`? I would suggest doing it directly, like: ```lua local PlayerCache = {} hook.Add( "OnEntityCreated", "player.Iterator", function(ent) if ( ent:IsPlayer() ) then table.insert(PlayerCache, ent) end end )...

Upload it to the workshop, its useless to wait until the rubat review this - because for 3 years he did not pay any attention to this pr.