File or Function not found please help I'm disappointed
#1

Hello I was trying to compile but it says that
Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[23:48:48] 
[23:48:48] Server Plugins
[23:48:48] --------------
[23:48:48]  Loading plugin: sscanf
[23:48:48] 

[23:48:48]  ===============================

[23:48:48]       sscanf plugin loaded.     

[23:48:48]    © 2009 Alex "******" Cole

[23:48:48]    0.3d-R2 500 Players "dnee"

[23:48:48]  ===============================

[23:48:48]   Loaded.
[23:48:48]  Loading plugin: streamer
[23:48:48]   Failed.
[23:48:48]  Loading plugin: Whirlpool
[23:48:49]  
[23:48:49]  ==================
[23:48:49]  
[23:48:49]   Whirlpool loaded
[23:48:49]  
[23:48:49]  ==================
[23:48:49]  
[23:48:49]   Loaded.
[23:48:49]  Loading plugin: mysql
[23:48:49]  >> plugin.mysql: R33 successfully loaded.
[23:48:49]   Loaded.
[23:48:49]  Loaded 3 plugins.

[23:48:49] 
[23:48:49] Ban list
[23:48:49] --------
[23:48:49]  Loaded: samp.ban
[23:48:49] 
[23:48:49] 
[23:48:49] Filterscripts
[23:48:49] ---------------
[23:48:49]   Loading filterscript 'Server.amx'...
[23:48:49]   Loading filterscript 'PlayerInteriors.amx'...
[23:48:49]   Loading filterscript 'PlayerExteriors.amx'...
[23:48:49]   Loading filterscript 'map.amx'...
[23:48:49]   Loading filterscript 'yom_buttons.amx'...
[23:48:49]   Loading filterscript 'vactions.amx'...
[23:48:49]  
[23:48:49]  ======================================= 
[23:48:49]  |                                     | 
[23:48:49]  |        YSI version 1.04.0000        | 
[23:48:49]  |        By Alex "******" Cole        | 
[23:48:49]  |                                     | 
[23:48:49]  ======================================= 
[23:48:49]  
[23:48:49]   Loaded 6 filterscripts.

[23:48:49] Script[gamemodes/oggrp26.amx]: Run time error 19: "File or function is not found"
[23:48:49] Number of vehicle models: 0
[23:48:51]  
[23:48:51]  ========================================== 
[23:48:51]  |                                        | 
[23:48:51]  |  A new version (v3.09.0684) of YSI is  | 
[23:48:51]  |            available from:             | 
[23:48:51]  |                                        | 
[23:48:51]  |     www.y-less.com/YSI/YSI_1.0.zip     | 
[23:48:51]  |                                        | 
[23:48:51]  | Changelog:                             | 
[23:48:51]  |                                        | 
[23:48:51]  |   3.00.0000:                           | 
[23:48:51]  |                                        | 
[23:48:51]  |   YSI 3.0 released!  Now includes the  | 
[23:48:51]  | "y_text" library for better messages,  | 
[23:48:51]  | and a reworked "y_classes" library.    | 
[23:48:51]  | Largely documented here                | 
[23:48:51]  | "http://forum.sa-mp.com/showthread.php | 
[23:48:51]  | ?t=321092".                            | 
[23:48:51]  |                                        | 
[23:48:51]  |   3.01.0002:                           | 
[23:48:51]  |                                        | 
[23:48:51]  |   Small fixes to "y_text" and          | 
[23:48:51]  | "y_classes".                           | 
[23:48:51]  |                                        | 
[23:48:51]  |   3.09.0684:                           | 
[23:48:51]  |                                        | 
[23:48:51]  |   Reverted to old download location.   | 
[23:48:51]  | Improved (and fixed) version checks;   | 
[23:48:51]  | added y_bitmap, y_areas, y_races,      | 
[23:48:51]  | y_zonenames, better documentation;     | 
[23:48:51]  | MANY other bug fixes - see the github  | 
[23:48:51]  | repository for more details:           | 
[23:48:51]  |                                        | 
[23:48:51]  ========================================== 
[23:48:51]
can anybody help me?
Reply
#2

This is because the server cant find a plugin, filescript or .amx file of the gamemode. However as well the problem is when a plugin doesn't match with the version of .inc file in pawn dir.
Reply
#3

Add nativechecker and see what's the output.
Reply
#4

Код:
:48:26]   Loaded 6 filterscripts.

[23:48:26]    Error: Function not registered: 'IsValidDynamicObject'
[23:48:26]    Error: Function not registered: 'DestroyDynamicObject'
[23:48:26]    Error: Function not registered: 'CreateDynamicObject'
[23:48:26]    Error: Function not registered: 'IsValidDynamic3DTextLabel'
[23:48:26]    Error: Function not registered: 'DestroyDynamic3DTextLabel'
[23:48:26]    Error: Function not registered: 'IsPlayerInDynamicArea'
[23:48:26]    Error: Function not registered: 'GetDynamicObjectPos'
[23:48:26]    Error: Function not registered: 'GetDynamicObjectRot'
[23:48:26]    Error: Function not registered: 'CreateDynamic3DTextLabel'
[23:48:26]    Error: Function not registered: 'CreateDynamicPolygon'
[23:48:26]    Error: Function not registered: 'Streamer_TickRate'
[23:48:26]    Error: Function not registered: 'MoveDynamicObject'
[23:48:26]    Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[23:48:26]    Error: Function not registered: 'Streamer_UpdateEx'
[23:48:26]    Error: Function not registered: 'AttachDynamicObjectToVehicle'
[23:48:26]    Error: Function not registered: 'Streamer_Update'
[23:48:26]    Error: Function not registered: 'Streamer_SetArrayData'
[23:48:26]    Error: Function not registered: 'DestroyDynamicPickup'
[23:48:26]    Error: Function not registered: 'CreateDynamicPickup'
[23:48:26]    Error: Function not registered: 'DestroyAllDynamicObjects'
[23:48:26]    Error: Function not registered: 'DestroyAllDynamic3DTextLabels'
[23:48:26]    Error: Function not registered: 'DestroyAllDynamicCPs'
[23:48:26]    Error: Function not registered: 'DestroyAllDynamicMapIcons'
[23:48:26]    Error: Function not registered: 'DestroyAllDynamicRaceCPs'
[23:48:26]    Error: Function not registered: 'DestroyAllDynamicAreas'
[23:48:26]    Error: Function not registered: 'CreateDynamicSphere'
[23:48:26]    Error: Function not registered: 'IsValidDynamicPickup'
[23:48:26]    Error: Function not registered: 'IsValidDynamicMapIcon'
[23:48:26]    Error: Function not registered: 'DestroyDynamicMapIcon'
[23:48:26]    Error: Function not registered: 'CreateDynamicRectangle'
[23:48:26]    Error: Function not registered: 'DestroyDynamicArea'
[23:48:26]    Error: Function not registered: 'SetDynamicObjectMaterialText'
[23:48:26]    Error: Function not registered: 'Streamer_IsItemVisible'
[23:48:26]    Error: Function not registered: 'IsValidDynamicArea'
[23:48:26]    Error: Function not registered: 'EditDynamicObject'
[23:48:26]    Error: Function not registered: 'CreateDynamicMapIcon'
[23:48:26]    Error: Function not registered: 'Streamer_SetIntData'
[23:48:26]    Error: Function not registered: 'SetDynamicObjectPos'
[23:48:26]    Error: Function not registered: 'SetDynamicObjectRot'
[23:48:26]    Error: Function not registered: 'Profiler_Start'
[23:48:26] Script[gamemodes/oggrp26.amx]: Run time error 19: "File or function is not found"
[23:48:26] Number of vehicle models: 0
[23:48:27]  
[23:48:27]  ========================================== 
[23:48:27]  |                                        | 
[23:48:27]  |  A new version (v3.09.0684) of YSI is  | 
[23:48:27]  |            available from:             | 
[23:48:27]  |                                        | 
[23:48:27]  |     www.y-less.com/YSI/YSI_1.0.zip     | 
[23:48:27]  |                                        | 
[23:48:27]  | Changelog:                             | 
[23:48:27]  |                                        | 
[23:48:27]  |   3.00.0000:                           | 
[23:48:27]  |                                        | 
[23:48:27]  |   YSI 3.0 released!  Now includes the  | 
[23:48:27]  | "y_text" library for better messages,  | 
[23:48:27]  | and a reworked "y_classes" library.    | 
[23:48:27]  | Largely documented here                | 
[23:48:27]  | "http://forum.sa-mp.com/showthread.php | 
[23:48:27]  | ?t=321092".                            | 
[23:48:27]  |                                        | 
[23:48:27]  |   3.01.0002:                           | 
[23:48:27]  |                                        | 
[23:48:27]  |   Small fixes to "y_text" and          | 
[23:48:27]  | "y_classes".                           | 
[23:48:27]  |                                        | 
[23:48:27]  |   3.09.0684:                           | 
[23:48:27]  |                                        | 
[23:48:27]  |   Reverted to old download location.   | 
[23:48:27]  | Improved (and fixed) version checks;   | 
[23:48:27]  | added y_bitmap, y_areas, y_races,      | 
[23:48:27]  | y_zonenames, better documentation;     | 
[23:48:27]  | MANY other bug fixes - see the github  | 
[23:48:27]  | repository for more details:           | 
[23:48:27]  |                                        | 
[23:48:27]  ==========================================
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)