How can I check my player is at a dtm? (on minimap)
How can I check my player is at a dtm? (on minimap)
Simba Code:dtmrotated(DTM, x, y, MMX1, MMY1, MMX2, MMY2);
~shut
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
i dont quite understand
~shut
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
I think he means to check if you have arrived at your dtm point?
I think:
If dtmrotated(DTM, x, y, MMX1, MMY1, MMX2, MMY2) Then
WriteLn('Arrived at DTM");
how about using this euphemism's
Object DTMs
http://villavu.com/forum/showthread.php?p=847813
oh, well do a DTMRotated
then check to see if x, y is within a certain didtance
Simba Code:If dtmrotated(DTM, x, y, MMX1, MMY1, MMX2, MMY2) Then
if (Distance(x, y, MMCX, MMCY)<=20)) then
Writeln('We have arrived');
~shut
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
We have arrived at king Camelots Castle!!! Quick YoHan Grab the Goats!
There are currently 1 users browsing this thread. (0 members and 1 guests)