Originally Posted by
Djinn
procedure DeclarePlayers();
begin
HowManyPlayers := 0;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
with Players[0] do
begin
Nick := '';
Name := 'Randomname';
Pass := 'password123';
Active := false;
Integers[0] := 1;
Compiled successfully in 422 ms.
Checking for script updates...
You have the latest version of the script!
Error: Out Of Range at line 23
- I know Nick should stand for 3-4 letters of name, tried, still same.
- I set up everything twice, spent 3 hours.
- Really mad, requiring help, please help.