I have a file customs.lua (shared) which have large code, and cuz file is shared i need to send it to client AddCSLuaFile, Can I be sure that the server code will not be stolen?
All clientside lua can be decrypted. Only send stuff that you can really trust being given out.
Ehm.. :( That is, will have to abandon the new model: weapon_custom.lua (shared), and make the old weapon_custom / init, shared, cl_init?
Say you had something to set a model. That would be a server side only file. Say you wanted to create vgui. That would be client side only. Say you want to send measage in console to client and server at the same time, that would be shared. You don't need to send server side code to clients.
[editline]6th May 2014[/editline]
Woo 100th post!
Sorry, you need to Log In to post a reply to this thread.