Gamemode Error -
Omar Amir - 25.08.2012
When The CMD of the game opens it says "RUN TIME ERROR 19 FILE OR FUNCTION NOT FOUND"
it works well first time but when i open the gamemode by pawno it changes its name example: my gamemode name is XPR-RP_nomysql, after i open it with pawno or try to compile it, it's name automatically changes to XPR-RP_N~1, so what is that? after that the gamemode wont open and the runtime error opens and thanks.
Re: Gamemode Error -
Avi57 - 25.08.2012
use this plugin and then show me your server log !
Plugin :
nativechecker
Re: Gamemode Error -
=WoR=G4M3Ov3r - 25.08.2012
Again, for the millionth time, Run time error 19 means that you're missing a plugin.
Don't you guys ever use a search engine anymore ?
Re: Gamemode Error -
Omar Amir - 25.08.2012
Here Is It :
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3c R2, ©2005-2011 SA-MP Team
[16:55:13]
[16:55:13] Server Plugins
[16:55:13] --------------
[16:55:13] Loading plugin: audio.dll
[16:55:13]
*** Audio Plugin v0.4 by Incognito loaded ***
[16:55:13] Loaded.
[16:55:13] Loading plugin: sscanf.dll
[16:55:13]
[16:55:13] ===============================
[16:55:13] sscanf plugin loaded.
[16:55:13] © 2009 Alex "******" Cole
[16:55:13] ===============================
[16:55:13] Loaded.
[16:55:13] Loading plugin: streamer.dll
[16:55:13]
*** Streamer Plugin v2.5.2 by Incognito loaded ***
[16:55:13] Loaded.
[16:55:13] Loading plugin: nativechecker
[16:55:13] Loaded.
[16:55:13] Loaded 4 plugins.
[16:55:13]
[16:55:13] Filter Scripts
[16:55:13] ---------------
[16:55:13] Loading filter script 'anims.amx'...
[16:55:13] Loading filter script 'buttons.amx'...
[16:55:13] Loading filter script 'carwash.amx'...
[16:55:13]
-----------------------------------------------
[16:55:13]
[16:55:13] ---=== Car Wash Filterscript ===---
[16:55:13]
[16:55:13] -------------- Copyright -- 2011 --------------
[16:55:13] Loaded 3 filter scripts.
[16:55:13] Error: Function not registered: 'SSCANF_Init'
[16:55:13] Error: Function not registered: 'SSCANF_Join'
[16:55:13] Error: Function not registered: 'SSCANF_Leave'
[16:55:13] Error: Function not registered: 'Audio_RenamePlayer'
[16:55:13] Error: Function not registered: 'Audio_SetPosition'
[16:55:13] Script[gamemodes/XPR-RP_N~1.amx]: Run time error 19: "File or function is not found"
[16:55:13] Number of vehicle models: 0
[16:55:22] --- Server Shutting Down.
[16:55:22]
*** Audio Plugin v0.4 by Incognito unloaded ***
[16:55:22]
[16:55:22] ===============================
[16:55:22] sscanf plugin unloaded.
[16:55:22] ===============================
[16:55:22]
*** Streamer Plugin v2.5.2 by Incognito unloaded ***
Re: Gamemode Error -
Omar Amir - 25.08.2012
I dont miss any plugin just read what i wrote the GM name .amx changes
Re: Gamemode Error -
=WoR=G4M3Ov3r - 25.08.2012
Is your script updated to the newest version of SAMP or 0.3c ? If so, you'll need the plugins which are compatible with the 0.3c version.
Re : Gamemode Error -
DaTa[X] - 25.08.2012
you have problem in SSCANF plugin
Re: Re : Gamemode Error -
=WoR=G4M3Ov3r - 25.08.2012
Quote:
Originally Posted by DaTa[X]
you have problem in SSCANF plugin
|
Quote:
[16:55:13] Error: Function not registered: 'SSCANF_Init'
[16:55:13] Error: Function not registered: 'SSCANF_Join'
[16:55:13] Error: Function not registered: 'SSCANF_Leave'
[16:55:13] Error: Function not registered: 'Audio_RenamePlayer'
[16:55:13] Error: Function not registered: 'Audio_SetPosition'
|
No shit ?, he also has a problem with Audio.dll
But that's not it, his plugins are probably for 0.3e which he should update to.
Re: Gamemode Error -
Omar Amir - 25.08.2012
It's 0.3c and i cant update it to 0.3e but i think you are right that i have the plugins of 0.3e
Re: Gamemode Error -
=WoR=G4M3Ov3r - 25.08.2012
Quote:
Originally Posted by Omar Amir
It's 0.3c and i cant update it to 0.3e but i think you are right that i have the plugins of 0.3e
|
http://www.sa-mp.com/download.php
Download the "SA-MP Windows Server" ~ Compile your script with the updated pawno.exe then run samp-server.exe should work.
Remember to copy everything to the new downloaded file, and make sure everything is updated.