Run Time Error 19 :C Help please - 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 :C Help please (
/showthread.php?tid=330948)
Run Time Error 19 :C Help please -
aznpro12345 - 03.04.2012
i came on my laptop today editing my cousins script... after i finished it, i compiled it, everything worked out, no warnings or errors, but then when i came on the Samp-Server i opened it up and this poped up
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3d-R2, ©2005-2011 SA-MP Team
[22:09:58] weburl = "www.sa-mp.com" (string)
[22:09:58]
[22:09:58] Server Plugins
[22:09:58] --------------
[22:09:58] Loading plugin: streamer
[22:09:58]
*** Streamer Plugin v2.5.2 R2 by Incognito loaded ***
[22:09:58] Loaded.
[22:09:58] Loading plugin: audio
[22:09:58]
*** Audio Plugin v0.4 by Incognito loaded ***
[22:09:58] Loaded.
[22:09:58] Loading plugin: sscanf
[22:09:58]
[22:09:58] ===============================
[22:09:58] sscanf plugin loaded.
[22:09:58] © 2009 Alex "******" Cole
[22:09:58] ===============================
[22:09:58] Loaded.
[22:09:58] Loaded 3 plugins.
[22:09:58]
[22:09:58] Filterscripts
[22:09:58] ---------------
[22:09:58] Loading filterscript 'ls_elevator.amx'...
[22:09:58] Loading filterscript 'buttons.amx'...
[22:09:58] Loaded 2 filterscripts.
[22:09:58] Script[gamemodes/FunRPScript.amx]: Run time error 19: "File or function is not found"
[22:09:58] Number of vehicle models: 0
i thought that it would be all cool but them after a while, i got really mad because i couldn't find out what was happening, All the Script files were loaded and stuff ...\
And i am Running on a Windows not Linux
Код:
echo Executing Server Config...
lanmode 0
rcon_password *****
maxplayers 22
port 7777
hostname Family RP Fun
gamemode0 FunRPScript 1
filterscripts ls_elevator buttons
plugins streamer audio sscanf
announce 1
query 1
weburl
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 70
i will rep :C if helped out

+REP
And plus i had .dll on the Plugins stuff but then even when i tried that it never worked :C
Re: Run Time Error 19 :C Help please -
Lynn - 03.04.2012
You need to download the latest version of your plugins, then re-compile your script once you've done so.
Re: Run Time Error 19 :C Help please -
aznpro12345 - 03.04.2012
Quote:
Originally Posted by Lynn
You need to download the latest version of your plugins, then re-compile your script once you've done so.
|
i tried that, it didn't work :C
Re: Run Time Error 19 :C Help please -
Cjgogo - 03.04.2012
I once had that error because there was a bracket( this "{",or this "}") missing on my script...example
pawn Код:
public FunctionDefinedByYou(ParamsDefinedByYou)
{
//code
As you can see there's a missing bracket,try to look for 1 in your script :P
Re: Run Time Error 19 :C Help please -
MP2 - 03.04.2012
Quote:
Originally Posted by aznpro12345
i came on my laptop editing my cousin's script
|
PMSL
https://sampforum.blast.hk/showthread.php?tid=249226