UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

zone problem

broken avatar :(
Created 11 years ago
by jm-390
0 Members and 1 Guest are viewing this topic.
1,230 views
broken avatar :(
×
broken avatar :(
Location: tr
Date Registered: 29 July 2014
Last active: 2 years ago
Posts
108
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Member
×
jm-390's Groups
jm-390's Contact & Social Links
i have 12 zones on my map and all zones work perfectly Except zone 12 when i open the door which leads to the zone 12       
i got a script run time error and the game lag for  a short time and then go back work and the zombie stop spawn


this is the door kvps

trigger
Code Snippet
Plaintext
target - door4
zombie_cost -1000
script_noteworthy -magic_door
targetname - zombie_door
script_flag - enter_zone12

script_brushmodel

Code Snippet
Plaintext
targetname - door4
spawnflags - 1
script_vector - 0 0 100

the volume kvps

Code Snippet
Plaintext
target - zone12_spawners
targetname  - zone12

and this is dlc3_zone_init()   in nazi_zombie_mapname.gsc
Code Snippet
Plaintext
dlc3_zone_init()
{
add_adjacent_zone( "start_zone", "zone1", "enter_zone1" );
add_adjacent_zone( "zone2", "zone2", "enter_zone2" );
add_adjacent_zone( "zone2", "zone3", "enter_zone3" );
add_adjacent_zone( "zone3", "zone4", "enter_zone4" );
add_adjacent_zone( "zone4", "zone5", "enter_zone5" );
add_adjacent_zone( "zone6", "zone6", "enter_zone6" );
add_adjacent_zone( "zone6", "zone7", "enter_zone7" );
add_adjacent_zone( "zone8", "zone9", "enter_zone9" );
add_adjacent_zone( "zone9", "zone10", "enter_zone10" );
add_adjacent_zone( "zone10", "zone11", "enter_zone11" );
add_adjacent_zone( "zone11", "zone12", "enter_zone12" );
/*
=============
///ScriptDocBegin
"Name: add_adjacent_zone( <zone_1>, <zone_2>, <flag>, <one_way> )"
"Summary: Sets up adjacent zones."
"MandatoryArg: <zone_1>: Name of first Info_Volume"
"MandatoryArg: <zone_2>: Name of second Info_Volume"
"MandatoryArg: <flag>: Flag to be set to initiate zones"
"OptionalArg: <one_way>: Make <zone_1> adjacent to <zone_2>. Defaults to false."
"Example: add_adjacent_zone( "receiver_zone", "outside_east_zone", "enter_outside_east" );"
///ScriptDocEnd
=============
*/

// Outside East Door
//add_adjacent_zone( "receiver_zone", "outside_east_zone", "enter_outside_east" );
}

thanks in advance
sorry for my bad english  :D
Marked as best answer by jm-390 11 years ago
broken avatar :(
×
broken avatar :(
OnionmanVere Bo21
Location: ieu dnt wnt 2 no
Date Registered: 27 September 2013
Last active: 4 months ago
Posts
1,863
Respect
Forum Rank
Zombie Destroyer
Primary Group
Mapper
My Groups
More
Personal Quote
ok
Signature
Aye mate you don't know me so y don't you shut tf up ok buddy :)

×
Scobalula's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Box Mappers Elite
Box Mappers Elite
Mapper Has released one or more maps to the UGX-Mods community.
Scripter Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community.
Scobalula's Contact & Social Links
Are the zones overlapping each other? I've heard that causes issues.
Last Edit: July 25, 2015, 12:38:45 pm by Scobalula

 
Loading ...