Hey I'd like to know how come when i attempt to type this (FindObjCustom) it doesn't work :z it says its invalid or something along those lines im not sure if i have to add it but it would be great if someone could help me cheers
Hey I'd like to know how come when i attempt to type this (FindObjCustom) it doesn't work :z it says its invalid or something along those lines im not sure if i have to add it but it would be great if someone could help me cheers
post the error you have, and function .
I have a hunch that your parameters are wrong.
Creds to DannyRS for this wonderful sig!
Ok check this:
- U forgot to include SRL, cause it's a SRL function.
- Your parameters were wrong.
- The Text and color parameters need brackets! [ ] Because they are Arrays.
U can use CTRL + Space on the function to check the parameters or use
the functionlist left of SIMBA
Simba Code:program New;
{$i SRL\SRL.simba} // include SRL
procedure FindTheObj;
var
x, y: integer;
begin
if FindObjCustom(x, y, ['Up', 'Text'], [143143,154356], 15) then blablabal;
end;
begin
SETUPSRL; // don't forget this!
Findtheobj;
end.
Creds to DannyRS for this wonderful sig!
ooooooooo tysm![]()
Are you running gametab.simba, or the actual script?
my script
How did you fix the gametab error? I am having that problem as well, but not with any particular script.
There are currently 1 users browsing this thread. (0 members and 1 guests)