Yep same here. Some people told that 1.04 is broken. We should try to add DTM's to 1.03 maybe this does the trick.
I have to go to work now. I will check results tomorrow.
Printable View
Yea i got the same problem, fixed all the DTM's, still aint working.
what is this error
[Error] C:\Simba\Includes\SRL/SRL/core/simba.simba(462:14): Unknown identifier '' at line 461
Compiling failed.?
Read the post.
I can fix the anti leech, but then im getting this
[Error] (37451:1): Unexpected end of file at line 37450
Compiling failed.
there isn't even a line 37450 ?
Fixed the anti-leech, works well.
Pm me if you need assistance with this.
ok so i have fixed that thanks, but now having DTM trouble,
The following DTMs were not freed: [0, 1, 2, 3]
I don't even know what that means :p
im using on on the client by the way if that will help
I have the same problem myself, dno how to fix it tbh, i fixed the anti-leeches and turned my brightness to max. Still getting this error.
Yeah im giving up for the time being,
kind of hard with no scripting experience :P
I added more code -
procedure freethedtms;
begin
freedtms(['dtmnames1', 'dtmnames2', etc...])
end;
begin // mainloop
DTMscalled;
AddonTerminate('freethedtms')
end.
but still nothing fixed
I guess i need to edit it in some way but not sure what to.
Any more help on the dtm problem?
http://villavu.com/forum/showthread.php?t=97315
There ya go.
EDIT: It's just a memory leak the dtm's that are not freed.
the dtm problem isnt supposed to be there? or?
He said two anti leeches, i've fixed two anti leeches.
Begin
P07_DeclarePlayer;
Procedure FREEDTMZ;
begin
FreeDtms(['StrangeboxDTM', 'AugDTM', 'BankDTM', 'TeleDTM'])
end;
Tried to fix it like that, still not working, anyone got any suggestions?