Extez1 Posted August 3, 2016 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 10/27/13 Last Seen: January 15, 2018 Share Posted August 3, 2016 (edited) Need help!!!! I can not defend the Imperium from players. Can't use CustleData cos random players in party, and don't understand how use bg_command with instance. sry 4 bad eng. Edited August 3, 2016 by Extez1 Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted August 3, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: April 20 Share Posted August 3, 2016 Please elaborate the problem you currently facing. Provide us with the following or more details if possible: - Run-time server console errors/warnings (if any). - Client side errors/warnings (if any). - Any edits to scripts or source mods (if any). Quote Link to comment Share on other sites More sharing options...
0 Extez1 Posted August 3, 2016 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 10/27/13 Last Seen: January 15, 2018 Author Share Posted August 3, 2016 (edited) 1@def02,53,67,4 script EventManager 733,{ end; OnInstanceInit: sleep2 1; set getvariableofnpc( .rednpcname$,instance_npcname("#1F MidgardController")), strnpcinfo(0); OnStart: waitingroom "rdy?", getvariableofnpc( .minplayer2start,instance_npcname("#1F MidgardController"))+1,instance_npcname("#1F MidgardController")+"::OnInstanceStart", getvariableofnpc( .minplayer2start,instance_npcname("#1F MidgardController")); end; } 1@def02,53,62,1 script #1F MidgardController 139,{ end; OnInstanceInit: .minplayer2start = 1; // minimum players to start (ex. if 3vs3, set to 3) if ( getwaitingroomstate( 0, .rednpcname$ ) < .minplayer2start ) end; end; OnInstanceStart: 'team = waitingroom2bg( instance_mapname("1@def02"), 53,67,instance_npcname("#1F MidgardController")+"::OnRedQuit",instance_npcname("#1F MidgardController")+"::OnRedDead",instance_npcname("EventManager")); mapannounce instance_mapname("1@def02"), "Team "+'team+" ",bc_map,"0xffff00"; bg_warp 'team,instance_mapname("1@def02"), 28,66; delwaitingroom instance_npcname("EventManager"); disablenpc instance_npcname("EventManager"); [Warning]: Unexpected type for argument 4. Expected number. [Debug]: Data: string value="dup_1_110375309::OnRedQuit" [Debug]: Function: waitingroom2bg [Debug]: Source (NPC): #1F MidgardController at 0011@def02 (53,62) Edited August 3, 2016 by Extez1 Quote Link to comment Share on other sites More sharing options...
Question
Extez1
Need help!!!! I can not defend the Imperium from players. Can't use CustleData cos random players in party, and don't understand how use bg_command with instance.
sry 4 bad eng.
Edited by Extez1Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.