I HAVE done everything correctly..I went though the steps to setup SMART for old school about 6 times.. Keep getting this error..
Using this code..Code:SRL Compiled in 16 msec ** Smart Cannot Spawn Clients ** Successfully executed.
Code:program TestScript; {$DEFINE SMART8} {$I SRL/SRL.Simba} {$I P07Include.Simba} {$I SRL/srl/misc/SmartGraphics.simba} procedure DeclarePlayers; begin HowManyPlayers := 1; NumberOfPlayers (HowManyPlayers); CurrentPlayer := 0; with Players[0] do begin Name := ''; Pass := ''; Active := True; end; end; procedure SetupSmartClient; begin SRL_SixHourFix := True; SMART_FixSpeed := True; ClearDebug; SetupSRL; ActivateClient; DeclarePlayers; LoginPlayer; end; begin SetupSmartClient; WriteLn('Finished, exiting ...'); end.


Reply With Quote








