NoSPAM
#2
Good plugin.

You can simplify this:
Code:
local ForEachWorld = function(World)
    World:ForEachPlayer(ForEachPlayer)
end
cRoot:Get():ForEachWorld(ForEachWorld)
to this:
Code:
cRoot:Get():ForEachPlayer(ForEachPlayer)
Reply
Thanks given by:


Messages In This Thread
NoSPAM - by tonibm19 - 08-13-2014, 09:21 PM
RE: NoSPAM - by Howaner - 08-13-2014, 10:05 PM
RE: NoSPAM - by xoft - 08-13-2014, 11:08 PM
RE: NoSPAM - by tonibm19 - 08-16-2014, 04:15 AM
RE: NoSPAM - by tonibm19 - 09-23-2014, 04:39 AM



Users browsing this thread: 1 Guest(s)