Run time error 17: - 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 17: (
/showthread.php?tid=556488)
Run time error 17: -
Ejected - 10.01.2015
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team
[15:25:36]
[15:25:36] Server Plugins
[15:25:36] --------------
[15:25:36] Loading plugin: sscanf2
[15:25:36]
[15:25:36] ===============================
[15:25:36] sscanf plugin loaded.
[15:25:36] Version: 2.8.1
[15:25:36] © 2012 Alex "******" Cole
[15:25:36] ===============================
[15:25:36] Loaded.
[15:25:36] Loading plugin: mysql
[15:25:37]
> MySQL plugin R7 successfully loaded.
[15:25:37] Loaded.
[15:25:37] Loading plugin: nativechecker
[15:25:37] Loaded.
[15:25:37] Loading plugin: streamer
[15:25:37] Loaded.
[15:25:37] Loading plugin: crashdetect
[15:25:37] CrashDetect v4.12 is OK.
[15:25:37] Loaded.
[15:25:37] Loading plugin: sscanf
[15:25:37]
[15:25:37] ===============================
[15:25:37] sscanf plugin loaded.
[15:25:37] Version: 2.8.1
[15:25:37] © 2012 Alex "******" Cole
[15:25:37] ===============================
[15:25:37] Loaded.
[15:25:37] Loading plugin: Whirlpool
[15:25:37]
[15:25:37] ==================
[15:25:37]
[15:25:37] Whirlpool loaded
[15:25:37]
[15:25:37] ==================
[15:25:37]
[15:25:37] Loaded.
[15:25:37] Loaded 7 plugins.
[15:25:37]
[15:25:37] Filterscripts
[15:25:37] ---------------
[15:25:37] Loaded 0 filterscripts.
[15:25:37] Script[gamemodes/roleplay.amx]: Run time error 17: "Invalid/unsupported P-code file format"
[15:25:37] Failed to load 'gamemodes/roleplay.amx' script.
[15:25:37] Number of vehicle models: 0
[15:25:50] New version of CrashDetect is available for download (4.13)
Re: Run time error 17: -
acade - 10.01.2015
You have an error in your script somewhere or config. Can you post your gamemode line on your cfg?
Re: Run time error 17: -
Ejected - 10.01.2015
Код:
echo Executing Server Config...
lanmode 0
rcon_password asdasd
maxplayers 50
port 7777
hostname [ENG] County Roleplay [0.3z]
gamemode0 roleplay 1
announce 0
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
plugins sscanf2 mysql nativechecker streamer crashdetect sscanf Whirlpool
Re: Run time error 17: -
acade - 10.01.2015
Looking at some posts on the forums, try these:
Move your server folder to a different location (Desktop for example),
Compile your script with Right Click > Run as Administrator on Pawno,
Open the file in PAWNO instead of double clicking,
Ensure you have no warnings / errors on your script,
Ensure all plugins are updated