i just tried to run it also and i got the same error :\
Keep getting this error when attempting to run this include, I'm very new to all of this and I've not yet learned all the basics that I may need to know so please be nice haha! :-(
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
Any fix?
Not sure why I keep getting this error.
Error: Exception: You passed wrong values to a finder function: xs > xe (0,-118). at line 1563
The following DTMs were not freed: [0, 1, 2, 3, 4, 5, 6]
![]()
Danny can you add P07_IsUpText?
Was running a powermining script, had this error:
Error: Exception: Font [P07UpChars] not found. at line 544
The following DTMs were not freed: [0, 1, 2, 3]
No matter what color i type it says
[Error] C:\Users\Hay\Downloads\RS07JetonAF01.simba(17:21): Unknown identifier 'brown' at line 16
Compiling failed.
Simba Code:(*
IsMoving
~~~~~~~~
.. code-block:: pascal
function IsMoving: Boolean;
Results true if character is moving.
.. note::
Author: marpis, edited by Sin
Last Modified: Nov. 29, 2009/March 3rd, 2013
Example:
.. code-block:: pascal
PlayerMoving := IsMoving;
*)
function P07_IsMoving: Boolean;
begin
Result := PixelShift(IntToBox(P07_MMCX-30, P07_MMCY-30, P07_MMCX+30, P07_MMCY+30), 500) > 200;
end;
Hey, I followerd the instructions but when i try to run the script it says 'Exception in Script: Unable to find file 'P07Include .simba' used from 'C:\Simba\Scripts\iStallThiever.simba'
I have downloaded P07Include and have put it in the includes folder, help?
I've looked all over for the past 3 hours and can't figure out how to fix this issue.. Help please or point me in the right direction. Thank you
Exception in Script: Unable to find file 'P07Include.Simba' used from 'C:\Simba\Scripts\shit.simba'
I have the include saved in the appropriate spot. Also I am running this program through WINE if that helps. Thanks.
Ah no worries, glad you got it working,
@Sin, I'll add that for you when I release the next version to disable the auto updater as we move to SRL-OSR![]()
Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling
{$DEFINE SMART8}
when i put that in start of script for example
program PowerChop;
{$DEFINE SMART8}
{$I SRL/SRL.Simba}
{$I SRL/SRL/Misc/Debug.Simba}
{$I P07Include.Simba}
i get an error ( opens in new tab )
SmartParams tab*
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(293:131): Invalid number of parameters at line 292
Compiling failed.
These are lines 289 to 293
end;
{$IFDEF SMART8}
Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 503, 's', '', '');
{$ELSE}
please let me know how to fix. when not in a script and running params to load smart
program new;{$DEFINE SMART}{$i SRL/SRL.simba}begin SetupSRL();end.
it opens up the smart client 07 without an issue.
If you have SMART 8 don't forget to change '{$DEFINE SMART}' on the top of the code to '{$DEFINE SMART8}' otherwise it won't compile
There are currently 1 users browsing this thread. (0 members and 1 guests)