Jump to content

Hofner

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Hofner

  1. Check your grammar please. A user with 668 posts is a newbie? wtf?
  2. I don't know where i will put that mes "Choose your team to register."; switch(select("Team 1 - [" + GetPartyName([email protected]) + "] :Team 2 - [" + GetPartyName([email protected]) + "]")) { case 1: mes "[ Admin ]"; if ([email protected]==0 || getpartyname([email protected])=="null") { getpartymember(getcharid(1)),1; getpartymember(getcharid(1)),2; copyarray [email protected][0],[email protected][0],[email protected]; copyarray [email protected][0],[email protected][0],[email protected]; for (set [email protected],0; [email protected]<[email protected]; set [email protected],[email protected]+1) { if(isloggedin([email protected][[email protected]],[email protected][[email protected]])) set [email protected],[email protected]+1; } if([email protected] < [email protected]) { mes "You need all your party members to be online to Register"; close; } set [email protected], getcharid(1); initnpctimer; mes "Your Party is now subscribed, good luck!"; mapannounce "quiz_02", "Team 1 : [ " +getpartyname([email protected])+ " ] party has sign up For the Team War!~",0; doevent "teamwar::OnSubscriptionTeam"; close; } else { mes "I'm sorry! Another Team has sign up before you..."; close; } case 2: mes "[ Admin Pips ]"; if ([email protected]==0 || getpartyname([email protected])=="null") { getpartymember(getcharid(1)),1; getpartymember(getcharid(1)),2; copyarray [email protected][0],[email protected][0],[email protected]; copyarray [email protected][0],[email protected][0],[email protected]; for (set [email protected],0; [email protected]<[email protected]; set [email protected],[email protected]+1) { if(isloggedin([email protected][[email protected]],[email protected][[email protected]])) set [email protected],[email protected]+1; } if([email protected] < [email protected]) { mes "You need all your party members to be online to Register"; close; } set [email protected], getcharid(1); initnpctimer; mes "Your Party is now subscribed, good luck!"; mapannounce "quiz_02", "Team 2 : [ " +getpartyname([email protected])+ " ] party has sign up For the Team War!~",0; doevent "teamwar::OnSubscriptionTeam"; close; Bump!!
  3. Hello! I'm using eA SVN. Can anyone help me for the script to not allow same job in party?
×
×
  • Create New...

Important Information

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