Outdated Bo2 zombies scripts

Bo2 zombies scripts

  • Bo2 zombies scripts

    Votes: 0 0.0%
  • Bo2 zombies scripts

    Votes: 0 0.0%

  • Total voters
    0
Status
Not open for further replies.

rui vieira

Veteran
Messages
23
Reaction score
5
Points
783
hi everyone im coming to a problem where my zombies menu freezes when i try to use this code any help will be appreciate this is the code that works fine.

self add_menu("Weapons", "Main Menu", "CoHost");

this is what i want to add but freezes menu any help will be appreciate

self add_menu("Weapons", "Main Menu", "CoHost");
self add_option("Weapons", "Equipments List", ::submenu, "equipmentslist", "Equipments List") self add_option("Weapons", "Normal Weapons List", ::submenu, "normalweaponlist", "Normal Weapons List");
self add_option("Weapons", "Upgraded Weapons List", ::submenu, "upgradedweaponlist", "Upgraded Weapons List");
 

Craze

Alt + F4
Messages
229
Reaction score
163
Points
903
Does anything happen other than just a freeze? Errors Messages, etc? (Make sure you tell us what it says)
 

rui vieira

Veteran
Messages
23
Reaction score
5
Points
783
no Errors Messages noting when i go to option Weapons works then will show me

Equipments List
Normal Weapons List
Upgraded Weapons List

now only when i click any of these 3 options then menu freezes.
 

CabCon

Head Administrator
Staff member
Head Staff Team
Messages
4,998
Reaction score
2,918
Points
1,053
no Errors Messages noting when i go to option Weapons works then will show me

Equipments List
Normal Weapons List
Upgraded Weapons List

now only when i click any of these 3 options then menu freezes.
Hi,
I can take a look into this but I would need the source of the whole menu. :smile:

Best regards,
CabCon.
 
Status
Not open for further replies.
Top