Does anyone know why my script isnt loading?
-
Pretty new here, I was just wondering why my script to remove death barriers is not working on BO1, it works just fine on BO2 but it just does not load on BO1. I've tried putting it into the zm folder and zom folder but to no avail. I also tried changing the init to main but it still did not load.
init()
{
level.player_out_of_playable_area_monitor = false;
}That is the script for anyone wondering, it was written by jezuzlizard. If anyone knows why the script isn't loading please let me know because its killing me.
-
polyglycerol are you sure that level.player_out_of_playable_area_monitor exists in bo1?
-
chicken emoji I honestly don't know, which is the main reason I posted this here. Hoping to get a definitive answer.
-
polyglycerol You have to put scripts in scripts/sp the zom folder is only read on the server.
-
JezuzLizard I have, and it just crashes. I tried changing it from init to main and still crashes.
-
JezuzLizard I got it to work, however is there a script that removes samanthas laugh? if so please let me know.
-
polyglycerol what did you do to fix it?
-
yea how did you fix it?