Server not Running!!!! -
Haz - 05.09.2014
i am getting this when i run my server
[14:58:23] Script[gamemodes/LSGWv2.amx]: Run time error 19: "File or function is not found"
[14:58:23] Number of vehicle models: 0
what To Do about This!!

Thanks
Regards:Haz
Re: Server not Running!!!! -
iAnonymous - 05.09.2014
1- You have all the required plugins in your "plugins" folder ?
2- You have used correct syntax for linux of windows plugins in server.cfg ?
Code:
Linux :
testplugin.so
windows:
testplugin.dll or testplugin
3- You have updated all of your plugins updated ?
4- Your includes version is the same as plugin's version ?
Hope these questions will help you reach the solution
Re: Server not Running!!!! -
FlawPaw - 05.09.2014
Make sure you have all the plugins in the plugins folder and at the plugins line in server.cfg
If it still doesn't work, use
https://sampforum.blast.hk/showthread.php?tid=249226 then run samp-server.exe it will tell u what ur missing
Re: Server not Running!!!! -
Haz - 05.09.2014
ok thanks guys all check that :*
Re: Server not Running!!!! -
Haz - 05.09.2014
guys its still the same problem??




Re: Server not Running!!!! -
God'Z War - 05.09.2014
Download this plugin and add in server.cfg
then run server after that copy past server log here
if your running windows download this -
http://solidfiles.com/d/5c0a/
if your running linux download this -
http://solidfiles.com/d/0c45/
Re : Server not Running!!!! -
www - 05.09.2014
Show us all your server logs lines
Re: Server not Running!!!! -
Haz - 05.09.2014
i have fixed it sscanf was missing thnx guys but i need this to be fixed
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(1452) : error 017: undefined symbol "strtok"
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(1452) : error 033: array must be indexed (variable "cmd")
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(1862) : error 017: undefined symbol "strtok"
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(1862) : error 033: array must be indexed (variable "tmp")
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(1863) : error 017: undefined symbol "strtok"
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(1863) : error 033: array must be indexed (variable "tmp2")
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(1860) : warning 203: symbol is never used: "Index"
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(2155) : error 017: undefined symbol "strtok"
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(2155) : error 033: array must be indexed (variable "tmp")
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(2156) : error 017: undefined symbol "strtok"
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(2156) : error 033: array must be indexed (variable "tmp2")
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(2154) : warning 203: symbol is never used: "Index"
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(2637) : error 017: undefined symbol "strtok"
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(2637) : error 033: array must be indexed (variable "tmp")
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(263

: error 017: undefined symbol "strtok"
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(263

: error 033: array must be indexed (variable "tmp2")
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(2636) : warning 203: symbol is never used: "Index"
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(2674) : error 017: undefined symbol "strtok"
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(2674) : error 033: array must be indexed (variable "tmp")
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(2675) : error 017: undefined symbol "strtok"
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(2675) : error 033: array must be indexed (variable "tmp2")
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(2673) : warning 203: symbol is never used: "Index"
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(2710) : error 017: undefined symbol "strtok"
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(2710) : error 033: array must be indexed (variable "tmp")
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(2711) : error 017: undefined symbol "strtok"
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(2711) : error 033: array must be indexed (variable "tmp2")
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(2709) : warning 203: symbol is never used: "Index"
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(2752) : error 017: undefined symbol "skin"
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(2754) : error 017: undefined symbol "player1"
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(2756) : error 017: undefined symbol "player1"
C:\Users\Zee\SA-MP Servers\New\filterscripts\eAdmin.pwn(2759) : error 017: undefined symbol "player1"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Re: Server not Running!!!! -
iAnonymous - 05.09.2014
Please move to " Scripting Help " Section.