dustin1525 / evolvemod

Automatically exported from code.google.com/p/evolvemod
0 stars 0 forks source link

Help. #258

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Please, help me to restrict vehicles on my server, I mean airboat and jeep. 

Original issue reported on code.google.com by Shtukari...@gmail.com on 11 Nov 2010 at 10:02

Attachments:

GoogleCodeExporter commented 9 years ago
I'll add vehicle restriction asap. Sorry! Do you want to make it impossible for 
people to enter restricted vehicles too?

Original comment by overv161@gmail.com on 15 Nov 2010 at 10:10

GoogleCodeExporter commented 9 years ago
I want to restrict for people at all! Because my server run on Linux when 
somebody spawn it server crash. 
Thanks you very mush, please add how faster you can. 

Original comment by Shtukari...@gmail.com on 15 Nov 2010 at 7:24

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I would also like this as i have a linux server and it crashes when a jeep or 
airboat is spawned. I tried creating a plug in by myself using the weapons plug 
in as a base but it failed.

All I need to do with a is stop all people including super admin using the 
airboat and the jeep. everything else seems to run fine.

Thanks for your great addon :)
Much love rich

Original comment by rich_bla...@hotmail.co.uk on 24 Nov 2010 at 2:58

GoogleCodeExporter commented 9 years ago
To block all vehicles until this is added, paste this in a .lua file in autorun:

hook.Add( "PlayerSpawnVehicle", "NoVehicles", function() return false end )

Original comment by overv161@gmail.com on 24 Nov 2010 at 3:56

GoogleCodeExporter commented 9 years ago
What about only restricting the jeep and airboat? Would it just be something 
like "nojeep"?

Original comment by draconis...@yahoo.com.au on 27 Nov 2010 at 12:33

GoogleCodeExporter commented 9 years ago
Oh, my mistake. You haven't actually added the vehicle restriction funtion.

Original comment by draconis...@yahoo.com.au on 27 Nov 2010 at 6:19