Posts: 39
Threads: 8
Joined: Jun 2014
Reputation:
0
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!!!!!!
Posts: 145
Threads: 28
Joined: Sep 2011
Reputation:
0
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
Posts: 39
Threads: 8
Joined: Jun 2014
Reputation:
0
Yes all pluguns are writeen in server.cfg and I am using windows server 2008
Posts: 145
Threads: 28
Joined: Sep 2011
Reputation:
0
Do you get any errors when you compile the script?
Posts: 39
Threads: 8
Joined: Jun 2014
Reputation:
0
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.
Posts: 145
Threads: 28
Joined: Sep 2011
Reputation:
0
What plugins are you using?
Posts: 39
Threads: 8
Joined: Jun 2014
Reputation:
0
Plugins names are as under:
nativechecker.dll
sscanf
streamer
audio
In Server.cfg:
plugins sscanf.dll streamer.dll audio.dll nativechecker.dll
Posts: 145
Threads: 28
Joined: Sep 2011
Reputation:
0
Try and remove the .dll, If your host is using linux, get plugins as sscanf.so etc
Posts: 39
Threads: 8
Joined: Jun 2014
Reputation:
0
I am using WINDOWS.......windows server 2008
Posts: 448
Threads: 19
Joined: Jan 2012
Reputation:
0
For windows you do not need the .dll extension in the plugins list.
plugins sscanf streamer audio nativechecker