
Originally Posted by
tofiktheman
I downloaded this today, so it couldn't possibly be outdated?
Can you give me the link, so I download the right one?
https://github.com/SRL/SRL-OSR/archive/master.zip - That link will always give you the most updated include (Until it's pushed out with Simba to auto-update)

Originally Posted by
tofiktheman
It looks like this:
begin
SetupSRL();
SRL_CombatRandoms := False;
DeclarePlayers;
ActivateClient;
ClearDebug;
writeln('HoodzFighter version 1.4')
Change it to this
Simba Code:
begin
DeclarePlayers;
SRL_CombatRandoms := False;
SetupSRL();
ActivateClient;
ClearDebug;
writeln('HoodzFighter version 1.4')