View Full Version : Error.
supersayian2224
07-17-2012, 01:42 PM
I hate to post a thread, but I tried Brandon's fix and listened to some people's replies on the official thread. It still didn't work. I'm still getting
Unknown identifier 'SmartGetDebugDC' at line 349
:fiery: ??
http://villavu.com/forum/showthread.php?t=86456&highlight=SmartGetDebugDC
The search button is sometimes more reliable than a single thread ;)
supersayian2224
07-17-2012, 02:53 PM
Actually, I've tried that already.
The top of the script looks like this now
{$DEFINE SMART}
{$include_once SRL/SRL.simba}
{$include_once SRL/SRL/Misc/Debug.simba}
{$include_once SRL/SRL/core/animation.simba}
{$include_once SRL/SRL/skill/magic.simba}
{$I SRL/SRL/Misc/SmartGraphics.Simba}
still an error.
Try the quickfix link in my signature, if you are still having problems after following all of that correctly then it is most likely script side. Give it a go and if you still have an error after that post it here and i may be aware of the solution(or perhaps someone else will be..)
supersayian2224
07-18-2012, 01:24 AM
the "open smart" script works fine for me.
I changed the top part to:
{$DEFINE SMART}
{$I SRL/SRL.Simba}
{$IFDEF SIMBAMAJOR980}
{$I SRL/SRL/Misc/PaintSmart.Simba}
{$ELSE}
{$I SRL/SRL/Misc/SmartGraphics.Simba}
{$ENDIF}
and I still get Unknown identifier 'SmartGetDebugDC' at line 350
what script are you trying to use?
supersayian2224
07-18-2012, 02:51 PM
preemptile runespan
Powered by vBulletin® Version 4.2.1 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.