SA-MP Forums Archive
Client error, Run time error (Please Help) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Client error, Run time error (Please Help) (/showthread.php?tid=419130)



Client error, Run time error (Please Help) - Excel™ - 27.02.2013

Hello my fellow friends!

I am having trouble in changing my server client, the problem is that when i compile my script, it successfully does but when i start the server.cfg, It gives Run time error from the gamemode, something like this:

[21:26:34] Script[gamemodes/Windows.amx]: Run time error 19: "File or function is not found"

SERVER LOG:
pawn Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3x, (C)2005-2013 SA-MP Team

[21:26:34] filterscripts = ""  (string)
[21:26:34]
[21:26:34] Server Plugins
[21:26:34] --------------
[21:26:34]  Loading plugin: streamer.dll
[21:26:34]

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[21:26:34]   Loaded.
[21:26:34]  Loading plugin: sscanf.dll
[21:26:34]

[21:26:34]  ===============================

[21:26:34]       sscanf plugin loaded.    

[21:26:34]          Version:  2.8.1        

[21:26:34]    (c) 2012 Alex "******" Cole  

[21:26:34]  ===============================

[21:26:34]   Loaded.
[21:26:34]  Loaded 2 plugins.

[21:26:34]
[21:26:34] Filterscripts
[21:26:34] ---------------
[21:26:34]   Loaded 0 filterscripts.

[21:26:34] Script[gamemodes/Windows.amx]: Run time error 19: "File or function is not found"
[21:26:34] Number of vehicle models: 0
[21:26:39] --- Server Shutting Down.
[21:26:40]

*** Streamer Plugin v2.6.1 by Incognito unloaded ***

[21:26:40]

[21:26:40]  ===============================

[21:26:40]      sscanf plugin unloaded.    

[21:26:40]  ===============================

HELP:
Please give me some tips so that i can fix my problem OR anyone just give me a complete folder of new samp 0.3x with all the latest includes and plugins added in it so that i can run my server. If yes then plzz add these includes and plugins too:
* Sscanf2
* YSI\y_ini
* Streamer
* Progressbar
* Zcmd

I will be very thankful to you if u helped me...


Re: Client error, Run time error (Please Help) - Rock - 27.02.2013

Update your plugins.
Install visual c++ and .net framework.


Re: Client error, Run time error (Please Help) - StuartD - 27.02.2013

Download something called Native Checker - Add this to your Plugins folder, it tells you why the server doesn't run, like what is wrong etc etc


Re: Client error, Run time error (Please Help) - Mitchy - 27.02.2013

Well, the solution I can see is:

Open server.cfg

Copy this onto a new line: sscanf ysi streamer progressbar zcmd

if that doesnt work reply


Re: Client error, Run time error (Please Help) - Excel™ - 27.02.2013

I have updated all plugins but only the problem is with YSI/y_ini... Can anyone give me the solution


Re: Client error, Run time error (Please Help) - Glad2BeHere - 27.02.2013

do u have

pawn Код:
main()
{
    print("\n----------------------------------");
    print(" Blank Gamemode by your name here");
    print("----------------------------------\n");
}
in ur gamemode