Run Time Error
#1

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!!!!!!
Reply
#2

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
Reply
#3

Yes all pluguns are writeen in server.cfg and I am using windows server 2008
Reply
#4

Do you get any errors when you compile the script?
Reply
#5

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.
Reply
#6

What plugins are you using?
Reply
#7

Plugins names are as under:
nativechecker.dll
sscanf
streamer
audio


In Server.cfg:

plugins sscanf.dll streamer.dll audio.dll nativechecker.dll
Reply
#8

Try and remove the .dll, If your host is using linux, get plugins as sscanf.so etc
Reply
#9

I am using WINDOWS.......windows server 2008
Reply
#10

For windows you do not need the .dll extension in the plugins list.

plugins sscanf streamer audio nativechecker
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)