Thank you, been looking for that for a while.
One more question, how do you make functions like you did with ULib ?
like
ULib.kick(ply, reason )
if I try and create a function with Dev.function( stuff here) it says
attempt to index global 'Dev' (a nil value)
==EDIT==
Looked into ULib's code and figured out that it was table, "Duh:S" .