
Originally Posted by
maraizzos
how?
If you are using the NEWEST version of scar it will ask you to download the newest rev (when yours is not up to date) but your error does not seem like an SRL issue. Have you filled out your script correctly? There should be a section in the script that looks similar too:
SCAR Code:
procedure DeclarePlayers;
begin
NumberOfPlayers(1);
CurrentPlayer := 0;
Players[0].Name :='';
Players[0].Pass :='';
Players[0].Nick :='';
To log in you must fill out those variables, and nick is 3-4 letters from the center of your name. For me Seroko, I could use rok for example.
SCAR Code:
procedure DeclarePlayers;
begin
NumberOfPlayers(1);
CurrentPlayer := 0;
Players[0].Name :='yourusername';
Players[0].Pass :='yourpassword';
Players[0].Nick :='3-4 letters from the center of your username';
Hope this helps!
Current Project: Catching up on what I missed, re-writing some old includes I done in the past.
Upcoming Project: Open For Suggestions