Hey guys im doing the tutorial of Coh3n again to refresh my mind to start with scripting again.
but it gives me an error when i try to use DeclarePlayers:
[Error] (9:3): Unknown identifier 'HowManyPlayers' at line 8
Compiling failed.
procedure Declareplayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
with Players[0] do
begin
Name := 'Yush Dragon';
Pass := 'blehblehblow';
Nick := 'ush';
Active := True;
Pin := '';
end;
end;
any help?



Reply With Quote










Can't believe nobody else said that..
