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. (:
(User was banned for this post ("Wrong section" - mahalis))
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. (:
(User was banned for this post ("Wrong section" - mahalis))
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]
Yes.
Type “condump” in console
Yes, I’ve made one.
Would any of you release one then?
What does condump do?