Run Time Error - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Run Time Error (
/showthread.php?tid=523877)
Run Time Error -
Tosh123 - 04.07.2014
I made fully new script and its working on my PC and when I try to upload it on My VPS it gave me the following error:
[06:58:33] Script[gamemodes/SURP.amx]: Run time error 19: "File or function is not found"
[06:58:33] Number of vehicle models: 0
please helpp!!!!!!
Re: Run Time Error -
gtasarules14 - 04.07.2014
Did you load the plugins? Do you use plugins? Is your host using Linux? If your host is using linux and you use plugins, did you add the Linux type plugins such as this.
plugins plugin1.so plugin2.so
Re: Run Time Error -
Tosh123 - 04.07.2014
Yes all pluguns are writeen in server.cfg and I am using windows server 2008
Re: Run Time Error -
gtasarules14 - 04.07.2014
Do you get any errors when you compile the script?
Re: Run Time Error -
Tosh123 - 04.07.2014
Yes 1 Warning:
C:\Users\Administrator\Desktop\SU-RP\gamemodes\SURP.pwn(96421) : warning 203: symbol is never used: "HoldingObjectsShop"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Re: Run Time Error -
gtasarules14 - 04.07.2014
What plugins are you using?
Re: Run Time Error -
Tosh123 - 04.07.2014
Plugins names are as under:
nativechecker.dll
sscanf
streamer
audio
In Server.cfg:
plugins sscanf.dll streamer.dll audio.dll nativechecker.dll
Re: Run Time Error -
gtasarules14 - 04.07.2014
Try and remove the .dll, If your host is using linux, get plugins as sscanf.so etc
Re: Run Time Error -
Tosh123 - 04.07.2014
I am using WINDOWS.......windows server 2008
Re: Run Time Error -
nickdodd25 - 04.07.2014
For windows you do not need the .dll extension in the plugins list.
plugins sscanf streamer audio nativechecker