Run Time Error
#1

Hello guys 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:

[01:54:01] Script[gamemodes/SURP.amx]: Run time error 19: "File or function is not found"
[01:54:01] Number of vehicle models: 0

Please help...
Reply
#2

Plugin's problem. Have you loaded the plugins and is your VPS linux?
Reply
#3

Yes I loaded all the plugins and my VPS is Windows 2008.
Reply
#4

You're
A: Missing a plugin from server.cfg
B: Not loading correctly. In server.cfg you should have at the bottom,
WINDOWS: plugins pluginname
LINUX: plugins pluginname.so
Make sure if windows in the plugins folder it's
pluginname.dll version.
and Linux
pluginname.so version
Reply
#5

Quote:
Originally Posted by Lynn
Посмотреть сообщение
You're
A: Missing a plugin from server.cfg
B: Not loading correctly. In server.cfg you should have at the bottom,
WINDOWS: plugins pluginname
LINUX: plugins pluginname.so
Make sure if windows in the plugins folder it's
pluginname.dll version.
and Linux
pluginname.so version
I done what you said then I get:


[06:50:45]
[06:50:45] Filterscripts
[06:50:45] ---------------
[06:50:45] Loading filterscript 'Buttons.amx'...
[06:50:45] Loaded 1 filterscripts.

[06:50:45] Error: Function not registered: 'Audio_CreateTCPServer'
[06:50:45] Error: Function not registered: 'Audio_AddPlayer'
[06:50:45] Error: Function not registered: 'Audio_RemovePlayer'
[06:50:45] Error: Function not registered: 'Audio_TransferPack'
[06:50:45] Error: Function not registered: 'Audio_IsClientConnected'
[06:50:45] Error: Function not registered: 'Audio_Play'
[06:50:45] Error: Function not registered: 'Audio_SetVolume'
[06:50:45] Error: Function not registered: 'Audio_Seek'
[06:50:45] Error: Function not registered: 'Audio_Set3DPosition'
[06:50:45] Error: Function not registered: 'Audio_PlayStreamed'
[06:50:45] Error: Function not registered: 'Audio_Stop'
[06:50:45] Script[gamemodes/SURP.amx]: Run time error 19: "File or function is not found"
[06:50:45] Number of vehicle models: 0
Reply
#6

Either you forgot to load audio plugin or it failed to load. If it failed to load:
Quote:
Originally Posted by Incognito
Посмотреть сообщение
The Windows version of the server plugin requires the Microsoft .NET Framework 4.0 or higher.
Reply
#7

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Either you forgot to load audio plugin or it failed to load. If it failed to load:
When I try to instaill it then it say the following:

Same or higher version of .NET Framework 4 has already been installed on this computer.
Reply
#8

Helppp??

Any One?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)