Im new to thsi and stuff... but i know a bit about programming. Ok basically i made this program to test it
-------
program New;
{.Include srl/srl.scar}
{.Include srl/srl/skill/fighting.scar}
begin
if (LoggedIn) then writeln('you are logged in');
if not (LoggedIn) then writeln('you are not logged in');
end.
------
and no matter what i do it always sais i am not logged in.
furthermore in the autofighters i am trying to use which are generally rated as good working autofighters, none of them work until i take out the loginplayer; thing. can anyone tell me why? maybe setup wrong or something?





Reply With Quote

