09.09.2013, 13:45
Bom estou tentando ligar meu servidor em um linux centOS 6.4 e esta ocorrendo o seguinte erro Run Time Error 19
eu ja olhei diversos topicos antes de vim aqui pedir ajuda e antes que perguntei
Sim! meu game mode tem um main() ja baixei novamente os plugins e includes atualizados o AMX esta na pasta do gamemode todas as pastas estao corretamente criadas na scriptfiles os plugins estao tanto na pasta plugins como
dentro do server.cfg com .so no final do nome o game mode compila normalmente sem erros nem avisos vo deixa abaixo mas informaзoes sobre meu problema quem poder me ajudar ficarei muito grato desde ja obrigado.
OBS: no windows o Server liga normalmente nao apresenta nenhum problema
e usando os plugins Crash Detector e Cativechecker nao gera logs como estes abaixo.
Serve ligado
Meu Server.cfg
Server.log
Logs gerados pelo pluing Crash Detector
Logs gerados pelo pluing nativechecker
eu ja olhei diversos topicos antes de vim aqui pedir ajuda e antes que perguntei
Sim! meu game mode tem um main() ja baixei novamente os plugins e includes atualizados o AMX esta na pasta do gamemode todas as pastas estao corretamente criadas na scriptfiles os plugins estao tanto na pasta plugins como
dentro do server.cfg com .so no final do nome o game mode compila normalmente sem erros nem avisos vo deixa abaixo mas informaзoes sobre meu problema quem poder me ajudar ficarei muito grato desde ja obrigado.
OBS: no windows o Server liga normalmente nao apresenta nenhum problema
e usando os plugins Crash Detector e Cativechecker nao gera logs como estes abaixo.
Serve ligado
Meu Server.cfg
PHP код:
echo Executing Server Config...
lanmode 0
rcon_password 123
maxplayers 50
port 7777
hostname SA-MP 0.3 Server
gamemode0 gm
filterscripts
plugins streamer.so sscanf.so crashdetect.so nativechecker.so
announce 0
query 1
weburl www.sa-mp.com
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
PHP код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3a R4, (C)2005-2009 SA-MP Team
[10:28:03] filterscripts = "" (string)
[10:28:03]
[10:28:03] Server Plugins
[10:28:03] --------------
[10:28:03] Loading plugin: streamer.so
[10:28:03]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[10:28:03] Loaded.
[10:28:03] Loading plugin: sscanf.so
[10:28:03]
[10:28:03] ===============================
[10:28:03] sscanf plugin loaded.
[10:28:03] Version: 2.8.1
[10:28:03] (c) 2012 Alex "******" Cole
[10:28:03] ===============================
[10:28:03] Loaded.
[10:28:03] Loading plugin: crashdetect.so
[10:28:03] crashdetect v4.8.5 is OK.
[10:28:03] Loaded.
[10:28:03] Loading plugin: nativechecker.so
[10:28:03] Loaded.
[10:28:03] Loaded 4 plugins.
[10:28:03]
[10:28:03] Filter Scripts
[10:28:03] ---------------
[10:28:03] Loaded 0 filter scripts.
[10:28:03] Script[gamemodes/gm.amx]: Run time error 19: "File or function is not found"
[10:28:03] Number of vehicle models: 0
PHP код:
[10:28:03] [debug] Run time error 19: "File or function is not found"
[10:28:03] [debug] HTTP
[10:28:03] [debug] GetPVarInt
[10:28:03] [debug] CreatePlayerTextDraw
[10:28:03] [debug] PlayerTextDrawUseBox
[10:28:03] [debug] PlayerTextDrawLetterSize
[10:28:03] [debug] PlayerTextDrawFont
[10:28:03] [debug] PlayerTextDrawSetShadow
[10:28:03] [debug] PlayerTextDrawSetOutline
[10:28:03] [debug] PlayerTextDrawColor
[10:28:03] [debug] PlayerTextDrawShow
[10:28:03] [debug] PlayerTextDrawBoxColor
[10:28:03] [debug] PlayerTextDrawBackgroundColor
[10:28:03] [debug] PlayerTextDrawSetSelectable
[10:28:03] [debug] PlayerTextDrawAlignment
[10:28:03] [debug] PlayerTextDrawTextSize
[10:28:03] [debug] PlayerTextDrawSetPreviewModel
[10:28:03] [debug] PlayerTextDrawSetPreviewRot
[10:28:03] [debug] PlayerTextDrawDestroy
[10:28:03] [debug] GetPVarFloat
[10:28:03] [debug] PlayerTextDrawSetString
[10:28:03] [debug] SetPVarInt
[10:28:03] [debug] SelectTextDraw
[10:28:03] [debug] CancelSelectTextDraw
[10:28:03] [debug] DeletePVar
[10:28:03] [debug] EditObject
[10:28:03] [debug] EditPlayerObject
[10:28:03] [debug] LimitPlayerMarkerRadius
[10:28:03] [debug] SetPlayerAttachedObject
[10:28:03] [debug] RemovePlayerAttachedObject
[10:28:03] [debug] EditAttachedObject
[10:28:03] [debug] SetVehicleParamsEx
[10:28:03] [debug] TextDrawSetSelectable
[10:28:03] [debug] RemoveBuildingForPlayer
[10:28:03] [debug] UpdateVehicleDamageStatus
[10:28:03] [debug] GetVehicleDamageStatus
[10:28:03] [debug] SelectObject
PHP код:
[10:28:03] Error: Function not registered: 'HTTP'
[10:28:03] Error: Function not registered: 'GetPVarInt'
[10:28:03] Error: Function not registered: 'CreatePlayerTextDraw'
[10:28:03] Error: Function not registered: 'PlayerTextDrawUseBox'
[10:28:03] Error: Function not registered: 'PlayerTextDrawLetterSize'
[10:28:03] Error: Function not registered: 'PlayerTextDrawFont'
[10:28:03] Error: Function not registered: 'PlayerTextDrawSetShadow'
[10:28:03] Error: Function not registered: 'PlayerTextDrawSetOutline'
[10:28:03] Error: Function not registered: 'PlayerTextDrawColor'
[10:28:03] Error: Function not registered: 'PlayerTextDrawShow'
[10:28:03] Error: Function not registered: 'PlayerTextDrawBoxColor'
[10:28:03] Error: Function not registered: 'PlayerTextDrawBackgroundColor'
[10:28:03] Error: Function not registered: 'PlayerTextDrawSetSelectable'
[10:28:03] Error: Function not registered: 'PlayerTextDrawAlignment'
[10:28:03] Error: Function not registered: 'PlayerTextDrawTextSize'
[10:28:03] Error: Function not registered: 'PlayerTextDrawSetPreviewModel'
[10:28:03] Error: Function not registered: 'PlayerTextDrawSetPreviewRot'
[10:28:03] Error: Function not registered: 'PlayerTextDrawDestroy'
[10:28:03] Error: Function not registered: 'GetPVarFloat'
[10:28:03] Error: Function not registered: 'PlayerTextDrawSetString'
[10:28:03] Error: Function not registered: 'SetPVarInt'
[10:28:03] Error: Function not registered: 'SelectTextDraw'
[10:28:03] Error: Function not registered: 'CancelSelectTextDraw'
[10:28:03] Error: Function not registered: 'DeletePVar'
[10:28:03] Error: Function not registered: 'EditObject'
[10:28:03] Error: Function not registered: 'EditPlayerObject'
[10:28:03] Error: Function not registered: 'LimitPlayerMarkerRadius'
[10:28:03] Error: Function not registered: 'SetPlayerAttachedObject'
[10:28:03] Error: Function not registered: 'RemovePlayerAttachedObject'
[10:28:03] Error: Function not registered: 'EditAttachedObject'
[10:28:03] Error: Function not registered: 'SetVehicleParamsEx'
[10:28:03] Error: Function not registered: 'TextDrawSetSelectable'
[10:28:03] Error: Function not registered: 'RemoveBuildingForPlayer'
[10:28:03] Error: Function not registered: 'UpdateVehicleDamageStatus'
[10:28:03] Error: Function not registered: 'GetVehicleDamageStatus'
[10:28:03] Error: Function not registered: 'SelectObject'