[HELP] Pillbox Hospital Entry Doors

I can’t destroy pillbox hospital entry doors. I wrote that code in bob74_ipl>gtav>base.lua but idk it doesn’t work.

	RequestIpl("rc12b_hospitalinterior")
	RequestIpl("rc12b_destroyed")
1 Like

Solved

How did you solve this problem ?

would it be good to write down how?

I did it with loadipl script. You need to download loadipl script then open client.lua and write this code in client.lua

  RemoveIpl("rc12b_default")
  RequestIpl("rc12b_hospitalinterior")

if still it doesn’t work, you should to write “restart loadipl” in console after opened the server.