Posts
48
Respect
27Add +1
Forum Rank
Legless Crawler
Primary Group
Member
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!
? include_weapon( "bo1_galil" );
include_weapon( "bo1_galil_upgraded", false );
include_weapon( "bo1_commando" );
include_weapon( "bo1_commando_upgraded", false );
add_zombie_weapon( "bo1_galil", &"ZOMBIE_WEAPON_TYPE100_1000", 1000, "", 0 );
add_zombie_weapon( "bo1_galil_upgraded", "ZOMBIE_WEAPON_TYPE100_1000", 1000, "", 0 );
add_zombie_weapon( "bo1_commando", &"ZOMBIE_WEAPON_TYPE100_1000", 1000, "", 0 );
add_zombie_weapon( "bo1_commando_upgraded", "ZOMBIE_WEAPON_TYPE100_1000", 1000, "", 0 );
