Can someone make a config what will make me suicide in ttt everytime i spawn while i am afk? is that posible without lua scripts just with config allias?
if LocalPlayer():IsOnGround() then
RunConsoleCommand("kill")
Code:
gameevent.Listen("player_spawn") hook.Add("player_spawn", "", function(ply) if ply.userid == LocalPlayer():UserID() then timer.Simple(0.5, function() RunConsoleCommand("kill") end) end)
if LocalPlayer():IsOnGround() then
RunConsoleCommand("kill")
How do I use it?
Originally Posted by jakmarles
How do I use it?
My god why are people here so fucking retarded? Use google you ignorant twat.
Originally Posted by jakmarles
How do I use it?
if you'd look at the code, somebody who wouldnt know lua at all would realize that this kills you if you're on the ground, so even if you're not afk that would be useless but he likes to spout memes & i do too