Jump to content
dazholmes

EOS Issue

Recommended Posts

anyone know how to fix this bug? i added in my own custom player models and vehicles it works i added 1 line as you see and it worked also but once i added a x2 it stopped working the box just turns green doesn't spawn enemy,

null = [["x1"],[3,1],[2,1],[2],[0,0],[0,0,EAST,false,false],[0,0,0,TRUE,TRUE]] call Bastion_Spawn;

 

full code

null = [["x1"],[3,1],[2,1],[2],[0,0],[0,0,EAST,false,false],[0,0,0,TRUE,TRUE]] call Bastion_Spawn;
null = [["x2"],[2,4],[1,1],[0],[0,0],[0,0,EAST,TRUE],[1,0,0,TRUE,FALSE]] call Bastion_Spawn;
null = [["x3"],[2,4],[1,1],[0],[0,0],[0,0,EAST,TRUE],[1,0,0,TRUE,FALSE]] call Bastion_Spawn;
null = [["x4"],[2,4],[1,1],[0],[0,0],[0,0,EAST,TRUE],[1,0,0,TRUE,FALSE]] call Bastion_Spawn;
null = [["x5"],[2,4],[1,1],[0],[0,0],[0,0,EAST,TRUE],[1,0,0,TRUE,FALSE]] call Bastion_Spawn;
null = [["x6"],[2,4],[2,1],[0],[0,0],[0,0,EAST,TRUE],[1,0,0,TRUE,FALSE]] call Bastion_Spawn;
null = [["x7"],[2,4],[1,1],[0],[0,0],[0,0,EAST,TRUE],[1,0,0,TRUE,FALSE]] call Bastion_Spawn;
null = [["x8"],[2,4],[2,1],[0],[0,0],[0,0,EAST,TRUE],[1,0,0,TRUE,FALSE]] call Bastion_Spawn;
null = [["x9"],[2,4],[3,1],[0],[0,0],[0,0,EAST,TRUE],[1,0,0,TRUE,FALSE]] call Bastion_Spawn;
null = [["x10"],[2,4],[1,1],[0],[0,0],[0,0,EAST,TRUE],[1,0,0,TRUE,FALSE]] call Bastion_Spawn;
null = [["x11"],[4,2],[1,1],[0],[0,0],[0,0,EAST,TRUE],[1,0,0,TRUE,FALSE]] call Bastion_Spawn;
null = [["x12"],[2,1],[1,1],[0],[0,0],[0,0,EAST,TRUE],[1,0,0,TRUE,FALSE]] call Bastion_Spawn;
null = [["x13"],[2,1],[1,1],[0],[0,0],[0,0,EAST,TRUE],[1,0,0,TRUE,FALSE]] call Bastion_Spawn;
null = [["x14"],[3,2],[1,1],[0],[0,0],[0,0,EAST,TRUE],[1,0,0,TRUE,FALSE]] call Bastion_Spawn;
null = [["x15"],[2,1],[1,1],[0],[0,0],[0,0,EAST,TRUE],[1,0,0,TRUE,FALSE]] call Bastion_Spawn;
null = [["x16"],[3,1],[1,1],[0],[0,0],[0,0,EAST,TRUE],[1,0,0,TRUE,FALSE]] call Bastion_Spawn;
null = [["x17"],[5,3],[1,1],[0],[0,0],[0,0,EAST,TRUE],[1,0,50,TRUE,FALSE]] call Bastion_Spawn;
null = [["x18"],[3,1],[1,1],[0],[0,0],[0,0,EAST,TRUE],[1,0,0,TRUE,FALSE]] call Bastion_Spawn;

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×