• Has anyone coded a log system?
    5 replies, posted
Hey guys, just a quick question, is there any log system available for download? like, -Who spawned that prop? -Who used that tool? -Who created that E2? And such. (: [highlight](User was banned for this post ("Wrong section" - mahalis))[/highlight]
Well, spawning a prop shouldn't be so hard. With the spawning prop you could use: [lua]function SpawnedProp(ply, model, ent) -- all the code here hook.Add("PlayerSpawnedProp", "playerSpawnedProp", SpawnedProp) [/lua]
[QUOTE=thepanda;27549030]Hey guys, just a quick question, is there any log system available for download? like, -Who spawned that prop? -Who used that tool? -Who created that E2? And such. (:[/QUOTE] Yes.
Type "condump" in console
Yes, I've made one.
Would any of you release one then? What does condump do?
Sorry, you need to Log In to post a reply to this thread.