ok how do i make it so it logs in my other characters?
on line 84 where it says
HowManyPlayers:= 1;
i set it to 3 and filled in the info for the others
but when it logs off it doesnt log on to the other ones... why is that![]()
ok how do i make it so it logs in my other characters?
on line 84 where it says
HowManyPlayers:= 1;
i set it to 3 and filled in the info for the others
but when it logs off it doesnt log on to the other ones... why is that![]()
post this on the scripts thread..
It probally doesnt have a switch players...
Woot woot.
well heres the procedure part
lines 76-123
// <-------------------------------------------->
// Fill in the Player array right here
// <-------------------------------------------->
procedure DeclarePlayers;
var
I: integer;
begin
HowManyPlayers:= 3;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer:= StartPlayer;
Players[0].Name:= '';
Players[0].Pass:= '';
Players[0].Nick:= '';
Players[0].Strings[0]:= 'tree'; // tree, oak, willow
Players[0].Active:= True;//Refer to instructions
{Players[1].Name:= '';
Players[1].Pass:= '';
Players[1].Nick:= '';
Players[1].Strings[0]:= 'tree'; // tree, oak, willow
Players[1].Active:= True;//Refer to instructions
Players[2].Name:= '';
Players[2].Pass:= '';
Players[2].Nick:= '';
Players[2].Strings[0]:= 'tree'; // tree, oak, willow
Players[2].Active:= True;//Refer to instructions
Players[3].Name:= '';
Players[3].Pass:= '';
Players[3].Nick:= '';
Players[3].Strings[0]:= 'tree'; // tree, oak, willow
Players[3].Active:= True;//Refer to instructions
Players[4].Name:= '';
Players[4].Pass:= '';
Players[4].Nick:= '';
Players[4].Strings[0]:= 'tree'; // tree, oak, willow
Players[4].Active:= True;//Refer to instructions}
//DONT MESS BELOW THIS LINE!
for i:= 0 to HowManyPlayers - 1 do
Players[i].Rand:= '';
end;
Well first why are you still posting here even though they told you not to post questions about other peoples scripts here.
Read this
http://www.villavu.com/forum/showthread.php?t=16828
Since this is mainly a multiplayer question I'll answer it anyway.(Pleas post in the correct spot next time)
SCAR Code:// <-------------------------------------------->
// Fill in the Player array right here
// <-------------------------------------------->
procedure DeclarePlayers;
var
I: integer;
begin
HowManyPlayers:= 3;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer:= StartPlayer;
Players[0].Name:= '';
Players[0].Pass:= '';
Players[0].Nick:= '';
Players[0].Strings[0]:= 'tree'; // tree, oak, willow
Players[0].Active:= True;//Refer to instructions
Players[1].Name:= '';
Players[1].Pass:= '';
Players[1].Nick:= '';
Players[1].Strings[0]:= 'tree'; // tree, oak, willow
Players[1].Active:= True;//Refer to instructions
Players[2].Name:= '';
Players[2].Pass:= '';
Players[2].Nick:= '';
Players[2].Strings[0]:= 'tree'; // tree, oak, willow
Players[2].Active:= True;//Refer to instructions
Players[3].Name:= '';
Players[3].Pass:= '';
Players[3].Nick:= '';
Players[3].Strings[0]:= 'tree'; // tree, oak, willow
Players[3].Active:= True;//Refer to instructions
Players[4].Name:= '';
Players[4].Pass:= '';
Players[4].Nick:= '';
Players[4].Strings[0]:= 'tree'; // tree, oak, willow
Players[4].Active:= True;//Refer to instructions
//DONT MESS BELOW THIS LINE!
for i:= 0 to HowManyPlayers - 1 do
Players[i].Rand:= '';
end;
If you take out the {}s it should work. Cause the {} mean that its not a part of the script and its just a comment, same as //.
and just a advise =) .... this section is not for posting other people script and just leech all you want k?... that would be OTHER SCRIPT help(for leechers)...which doesnt exist =P so just post Pwnz0r the problem k <3 u still
There are currently 1 users browsing this thread. (0 members and 1 guests)