SA-MP Forums Archive
Run time error 19 - 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: Run time error 19 (/showthread.php?tid=521199)



Run time error 19 - Team_PRO - 22.06.2014

I putted all my plugins but it still run error 19 what to do?

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

SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[14:32:59] filterscripts = ""  (string)
[14:32:59] 
[14:32:59] Server Plugins
[14:32:59] --------------
[14:32:59]  Loading plugin: streamer
[14:32:59] 

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

[14:32:59]   Loaded.
[14:32:59]  Loading plugin: sscanf
[14:32:59] 

[14:32:59]  ===============================

[14:32:59]       sscanf plugin loaded.     

[14:32:59]          Version:  2.8.1        

[14:32:59]    © 2012 Alex "******" Cole  

[14:32:59]  ===============================

[14:32:59]   Loaded.
[14:32:59]  Loading plugin: irc
[14:32:59] 

*** IRC Plugin v1.4.5 by Incognito loaded ***

[14:32:59]   Loaded.
[14:32:59]  Loaded 3 plugins.

[14:32:59] 
[14:32:59] Filterscripts
[14:32:59] ---------------
[14:32:59]   Loaded 0 filterscripts.

[14:32:59] Script[gamemodes/FG.amx]: Run time error 19: "File or function is not found"
[14:32:59] Number of vehicle models: 0



Re: Run time error 19 - Brezon - 22.06.2014

This may help
https://sampforum.blast.hk/showthread.php?tid=249226


Re: Run time error 19 - ReD_DeVi - 22.06.2014

download nativechecker and say if it is working or not


Re: Run time error 19 - Team_PRO - 22.06.2014

heres what shows

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

SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[14:45:28] filterscripts = ""  (string)
[14:45:28] 
[14:45:28] Server Plugins
[14:45:28] --------------
[14:45:28]  Loading plugin: streamer
[14:45:28] 

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

[14:45:28]   Loaded.
[14:45:28]  Loading plugin: sscanf
[14:45:28] 

[14:45:28]  ===============================

[14:45:28]       sscanf plugin loaded.     

[14:45:28]          Version:  2.8.1        

[14:45:28]    © 2012 Alex "******" Cole  

[14:45:28]  ===============================

[14:45:28]   Loaded.
[14:45:28]  Loading plugin: irc
[14:45:28] 

*** IRC Plugin v1.4.5 by Incognito loaded ***

[14:45:28]   Loaded.
[14:45:28]  Loading plugin: crashdetect
[14:45:28]   CrashDetect v4.13.1-lse is OK.
[14:45:28]   Loaded.
[14:45:28]  Loaded 4 plugins.

[14:45:28] 
[14:45:28] Filterscripts
[14:45:28] ---------------
[14:45:28]   Loaded 0 filterscripts.

[14:45:28] [debug] Run time error 19: "File or function is not found"
[14:45:28] [debug]  WP_Hash
[14:45:28] [debug] Run time error 19: "File or function is not found"
[14:45:28] [debug]  WP_Hash
[14:45:28] Script[gamemodes/FG.amx]: Run time error 19: "File or function is not found"
[14:45:28] Number of vehicle models: 0



Re: Run time error 19 - kirostar - 22.06.2014

1st : Update your sscanf and streamer to the latest version
2nd : if it didn't work then the problem with MSVCR100.dll so, download this : http://www.solidfiles.com/d/dae38a36....VC100.CRT.zip

Hope it works.


Re: Run time error 19 - VenomMancer - 22.06.2014

Add this at top of public OnGameModeInit()

pawn Код:
main()
{
   
}

public OnGameModeInt()



Re: Run time error 19 - Brezon - 22.06.2014

Did you recompiled your script after putting nativechecker?


Re: Run time error 19 - Threshold - 22.06.2014

Pretty sure 'WP_Hash' requires the 'Whirlpool' plugin...

@Everyone above: Good going...

https://sampforum.blast.hk/showthread.php?tid=65290


Re: Run time error 19 - Team_PRO - 23.06.2014

Quote:
Originally Posted by Brezon
Посмотреть сообщение
Did you recompiled your script after putting nativechecker?
Yes but nothing

Quote:
Originally Posted by Threshold
Посмотреть сообщение
Pretty sure 'WP_Hash' requires the 'Whirlpool' plugin...

@Everyone above: Good going...

https://sampforum.blast.hk/showthread.php?tid=65290
i will try this