Hey.
Can anybody help me make a capture point?
What i need help to:
-It needs to be an Ent so I can place it in a Map.
-when it is captured it needs to run this:
[lua]
timer.Create( “capture”, 60, 0, function()
GiveGold()
end )
[/lua]
-when i player is in a “range” it is being captured
-if another player enters and the first player isn’t there, he can capture.
-if the first player is there he needs to kill the first player before he can capture it.
I know it’s a lot, but can anybody help me?
Thanks
-Trivkz