The following DTMs were not freed: [0, 1, 2, 3]
Got this with EssMiner 1.04
ANy tutorial to fix, help please!![]()
The following DTMs were not freed: [0, 1, 2, 3]
Got this with EssMiner 1.04
ANy tutorial to fix, help please!![]()
Simba Code:procedure freethedtms;
begin
freedtms(['dtmnames1', 'dtmnames2', etc...])
end;
begin // mainloop
DTMscalled;
AddonTerminate('freethedtms')
end.
Creds to DannyRS for this wonderful sig!
Tutorials:
| Utilizing the tools in Villavu | How to create Pythagoras theorem calculator in JavaScript | How to make a live signature of your Pascal Script | Concepts of Programming Tutorial | Worked on Frog Random with Justin for RS07
INACTIVE
How-to: Make S.M.A.R.T. less laggy
Sell me your Maple Shieldbows (u)! Up to 95gp ea!
My Scripts:
Ivy Chopper Ultra [RS3] | Fantastic Fletcher [RS3]
99 x78 |
99 x10 |
99 x2 |
99 x12
Use the REPORT tags when posting progress reports to make life easier (:
[REPORT]Put progress report in here![/REPORT]
Super Savvy Smither V1.06Cool Classy Cooker V1.02 [EoC]
Tutorials:
| Utilizing the tools in Villavu | How to create Pythagoras theorem calculator in JavaScript | How to make a live signature of your Pascal Script | Concepts of Programming Tutorial | Worked on Frog Random with Justin for RS07
Lol, I just LOL`d over my bad english... but---->put
So do u know what the mainloop is of the script? It's the last begin end. at the bottom.
U NAMED THE DTMS WRONG IN FREEDTMS, check the scripts for the dtms
U remove
Simba Code:begin // mainloop
DTMscalled;
AddonTerminate('freethedtms')
end.
and u put
AddonTerminate('freethedtms')
after the dtms been called in the mainloop.
Creds to DannyRS for this wonderful sig!
U had no clue what you were doing ...
It was funny in the beginningNow it's a little sad lol
put this after P07_DeclarePlayers;
Simba Code:procedure FreetheDTMS;
begin
FreeDtms(['StrangeboxDTM', 'AugDTM', 'BankDTM', 'TeleDTM'])
end;
and this after P07_LogInPlayer; in the mainloop.
If u don't know what the mainloop is.
I suggest u search it on the forums.
I will NOT fix the anti-leeches for u.Simba Code:AddonTerminate('FreeTheDTMs')
Creds to DannyRS for this wonderful sig!
Im adding them after the p07 declare players and login plater but i still get the error:S
use common sense. http://villavu.com/forum/showthread.php?t=78418
Creds to DannyRS for this wonderful sig!
Not sure if you realize this, because you come off to me as a bit of a dick, but this isn't common sense for anyone that doesn't have any coding background. Most of your tutorials are vague and don't even match up with what you're saying. You say we're supposed to "learn" and not "leech", but there are people that aren't self learners. They need to be shown how. And like i said, your tutorials are very vague.
This isn't our profession, this is our gaming. We bot so we can have fun later down the line. Making us have to "learn" something we don't want to because you guys are pretty stuck up is dumb.
Its not too difficult... Read up on it on the forums...
What he's saying is that you can explain something all you want in coding, but some people require a visual example in order for them to learn how a piece of code works and affects other parts of the script and how it interacts with other parts. You can say look at a tutorial, but when someone is doing this for the first time, the tutorial may only provide a theoretical example that is not very helpful at all in trying to solve the problem they're using the tutorial to solve or even provide an example of how they can implement a solution even if it's thrown right before them.
Coding is not common sense and is an arbitrarily designed system that one is not born to understand. I see that you want people to learn some coding, but the anti-leech included in this script is going a bit into the realm of being a dick. It would be better if the author pointed out what parts of the code that need to be fixed so that those who don't have to knowledge to fix it can specifically find the knowledge needed to fix THAT EXACT PROBLEM rather than telling them to search. Sure, the compiler might show errors on certain lines, but someone brand new to this isn't going to be able to find the problem if the solution for it is elsewhere in the code. Hold their hand a little bit much like someone teaching this material if you want to promote a better fundamental reason to include anti-leech in your scripts.
Want a better community that wants to learn scripting? Take baby steps and show them the light rather than getting frustrated and losing patience. Arrogance from those trying to explain code at a higher level of understanding than those seeking the knowledge is not helpful.
There are currently 1 users browsing this thread. (0 members and 1 guests)