-
Script Compiling
Code:
[Error] Z:/root/Desktop/Simba/Includes/SRL/SRL/core/animation.simba(31:13): Duplicate identifier 'PIXELSHIFTMULTI' at line 30
Compiling failed.
[Error]Z:\root/Desktop/Simba/Includes/SRL/SRL/misc/paintsmart.simba(41:33): Unknown identifier 'SmartGetDebugDC' at line 40
Compiling failed.
Any help? Thanks
I'm using Preemptible RuneSpan, for your info
-
For your second error change {$I SRL/SRL/Misc/PaintSmart.Simba} to {$I SRL/SRL/Misc/SmartGraphics.Simba}. For your first error I don't know but you have two separate things that are called the same.
-
Look at the Preemptible Runespan script thread that you first posted this on.. don't make another thread :duh:
-