[$$$] Need simple script that blocks vehicles (if not fixed)
4 replies, posted
Hi.
I plan to setup a Linux Garry's Mod server, but I need a script which blocks vehicles from spawning (since it crashes the servers, or does it do that still?).
I'm willing to pay 2 £ for such a script.
Cheers,
Mike
[lua]hook.Add("PlayerSpawnVehicle", "BlockVehicle", function()
return false
end)[/lua]
Here ya go.
Can't he set the vehicle limit to 0?
Vehicles do not crash Linux servers anymore.
[QUOTE=ArmageddonScr;32342254]Can't he set the vehicle limit to 0?[/QUOTE]
Lua section, we've no time for convars here! :P
Sorry, you need to Log In to post a reply to this thread.