hear are just some little things you might find useful also i plan on updating so keep an eye out for updates if you think you might like it
p.s. if you have any ideas please tell me
hear are just some little things you might find useful also i plan on updating so keep an eye out for updates if you think you might like it
p.s. if you have any ideas please tell me
"your always where you supposed to be"
Nice scripting, It won't be 100% accurate, because that the position of your character varies a lot..
also try using the end else instead of 2x if,
if BlaBla then
begin
DoSomething;
end;
if (not BlaBla) then
begin
DoSomethingElse;
end;
instead you could do
if BlaBla then
begin
DoSomething;
end else
begin
DoSomethingElse;
end;
There are currently 1 users browsing this thread. (0 members and 1 guests)