• DarkRP CleanUp
    2 replies, posted
Why wont DarkRP cleanup class specific items such as vehicles? I have the option enabled in the F4 menu and in the server's config file. No errors are displayed in console when I switch between jobs.
[QUOTE=Maskedmayhem;25532498]Why wont DarkRP cleanup class specific items such as vehicles? I have the option enabled in the F4 menu and in the server's config file. No errors are displayed in console when I switch between jobs.[/QUOTE] [lua] for k, v in pairs (ents.FindByClass("vehicle's class")) do v:Remove() end[/lua]
hmmm still not working; Perhaps I misplaced your code snipet... goes under cl_init.lua right?
Sorry, you need to Log In to post a reply to this thread.