HowManyPlayers := 0;
NumberOfPlayers( HowManyPlayers );
CurrentPlayer := 0;
Players[0].Name := 'blabla22';
Players[0].Pass := '*******';
Players[0].Nick ...
Type: Posts; User: big_kev10
HowManyPlayers := 0;
NumberOfPlayers( HowManyPlayers );
CurrentPlayer := 0;
Players[0].Name := 'blabla22';
Players[0].Pass := '*******';
Players[0].Nick ...
when i run the script it says cancelled on request:S what does this mean? all i am doing is pushing play and thats the outcome