So, i included Antiban, and i get this error when compiling:
Line 22: [Error] (29236:11): Duplicate identifier 'RANDOMRCLICK' in script C:\SCAR 3.21\includes\SRL\SRL\core\antiban.scar
procedure AntiBanCombat;
begin
if(not(LoggedIn))then
Exit;
case Random(15) of
0: RandomRClickEvery(3 + Random(2));
^^Thats the part of the script that uses RandomRClickEvery.
Please help




Reply With Quote










