this is my first script so dont be harsh lol
this is my first script so dont be harsh lol
If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig<BR>
http://www.draynor.net/skill/underse...dvance_war.png
Would Test it but mains banned so none of my account even have the smithing levels sorry =\
old{You didn't set your bitmaps up right. It shouldn't be bitmapfromstring2.( no 2)
and you said false instead of saying the width and height of the bitmap. I don't know how that happened...}old
EDIT: I've seen other scripts with "BitmapFromString2(False,....." what does that mean?
Daddyproboot, do you know the difference?
also... work on spacing things corectly
not
SCAR Code:procedure doit;
begin
stuff;
stuff;
if this then
begin
stuff;
end;
stuff;
end;
this
SCAR Code:procedure doit;
begin
stuff;
stuff;
if this then
begin
stuff;
end;
stuff;
end;
and not
SCAR Code:procedure doit1
begin
this;
end;
procedure doit2
begin
this;
end;
this
SCAR Code:procedure doit1
begin
this;
end;
procedure doit2
begin
this;
end;
it just makes things eisier for you and others to understand
There are currently 1 users browsing this thread. (0 members and 1 guests)