File or Function is not found -
System12 - 25.06.2012
When I go to start server I have this and I cant start server
Re: File or Function is not found -
Kindred - 25.06.2012
Do you know what ****** is? Use it.
Download nativechecker and put it in your plugins folder. Then go into server.cfg, go to the plugins section, and type nativechecker at the end. Then run the server and show us what it says.
Re: File or Function is not found -
System12 - 25.06.2012
I did it again, but all the same
Re: File or Function is not found -
Kindred - 25.06.2012
Did it actually show you what was wrong with it?
Re: File or Function is not found -
Dan_Barocu - 26.06.2012
WOW look Wiki then post

!
Respuesta: File or Function is not found -
Chris1337 - 26.06.2012
actually you dont have the defined gamemode /fs / plugin that you put on your server.cfg on the folder
ex:
Код:
Server CFG
gamemode asshole
filterscript you
plugin are.so
but you dont have that files
will get that error
Re: File or Function is not found -
Skaizo - 26.06.2012
post server log
Re: File or Function is not found -
System12 - 26.06.2012
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team
[12:27:22]
[12:27:22] Server Plugins
[12:27:22] --------------
[12:27:22] Loading plugin: sscanf
[12:27:22]
[12:27:22] ===============================
[12:27:22] sscanf plugin loaded.
[12:27:22] © 2009 Alex "******" Cole
[12:27:22] 0.3d-R2 500 Players "dnee"
[12:27:22] ===============================
[12:27:22] Loaded.
[12:27:22] Loading plugin: streamer
[12:27:22] Failed.
[12:27:22] Loaded 1 plugins.
[12:27:22]
[12:27:22] Ban list
[12:27:22] --------
[12:27:22] Loaded: samp.ban
[12:27:22]
[12:27:22]
[12:27:22] Filterscripts
[12:27:22] ---------------
[12:27:22] Loading filterscript 'J-TextDrawHelper.amx'...
[12:27:22]
J-TextDrawHelper FS loaded.
[12:27:22] Loaded 1 filterscripts.
[12:27:22] Script[gamemodes/CLRP.amx]: Run time error 19: "File or function is not found"
[12:27:22] Number of vehicle models: 0
[12:27:24] --- Server Shutting Down.
[12:27:24]
[12:27:24] ===============================
[12:27:24] sscanf plugin unloaded.
[12:27:24] ===============================
Re: File or Function is not found -
Skaizo - 26.06.2012
pawn Код:
[12:27:22] Loading plugin: streamer
[12:27:22] Failed.
you have problem from streamer
download latest verision streamer and recompile gamemode
dll for windows,.so for linux
.inc put in folder pawno>>Include
now recompile gamemode
open server.cfg,in the line Plugins add streamer
Re: File or Function is not found -
System12 - 26.06.2012
I am download latest streamer, and have 2 errors
Код:
C:\Documents and Settings\medis\Desktop\mds\TechLand Xperia\pawno\include\streamer.inc(156) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Documents and Settings\medis\Desktop\mds\TechLand Xperia\pawno\include\streamer.inc(382) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Documents and Settings\medis\Desktop\mds\TechLand Xperia\pawno\include\streamer.inc(404) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Documents and Settings\medis\Desktop\mds\TechLand Xperia\pawno\include\streamer.inc(406) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.