Jump to content
stydianx

Battlegrounds: minimum players

Recommended Posts

follow this

waitingroom "Battle Station 10 Players",10,"Tierra_BG1::OnGuillaumeJoin",1;
for
waitingroom "Battle Station 5 Players",5,"Tierra_BG1::OnGuillaumeJoin",1;

waitingroom "Battle Station 10 Players",10,"Tierra_BG1::OnCroixJoin",1;
for
waitingroom "Battle Station 5 Players",5,"Tierra_BG1::OnCroixJoin",1;

if( [email protected] < 10 || [email protected] < 10 ){
for
if( [email protected] < 5|| [email protected] < 5 ){

announces 10 for 5
set [email protected], 10;
set [email protected], 10;
for
set [email protected], 5;
set [email protected], 5;

Link to comment
Share on other sites

follow this

waitingroom "Battle Station 10 Players",10,"Tierra_BG1::OnGuillaumeJoin",1;
for
waitingroom "Battle Station 5 Players",5,"Tierra_BG1::OnGuillaumeJoin",1;

waitingroom "Battle Station 10 Players",10,"Tierra_BG1::OnCroixJoin",1;
for
waitingroom "Battle Station 5 Players",5,"Tierra_BG1::OnCroixJoin",1;

if( [email protected] < 10 || [email protected] < 10 ){
for
if( [email protected] < 5|| [email protected] < 5 ){

announces 10 for 5
set [email protected], 10;
set [email protected], 10;
for
set [email protected], 5;
set [email protected], 5;

where can i see this and which part do i edit to make the 5 player limit to 1?

Edited by stydianx
Link to comment
Share on other sites

post your script here so that I can check it out, in that way it would be faster and easier for both of us

Edited by Thanna
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.