SA-MP Forums Archive
SA-MP server error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SA-MP server error (/showthread.php?tid=394226)



SA-MP server error - Mustafa6155 - 21.11.2012

hey guys i don't get errors in me GM but when i got this

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[19:23:41] 
[19:23:41] Server Plugins
[19:23:41] --------------
[19:23:41]  Loading plugin: streamer
[19:23:41] 

*** Streamer Plugin v2.5.2 by Incognito loaded ***

[19:23:41]   Loaded.
[19:23:41]  Loading plugin: sscanf
[19:23:41] 

[19:23:41]  ===============================

[19:23:41]       sscanf plugin loaded.     

[19:23:41]    © 2009 Alex "******" Cole

[19:23:41]  ===============================

[19:23:41]   Loaded.
[19:23:41]  Loading plugin: whirlpool
[19:23:41]  
[19:23:41]  ==================
[19:23:41]  
[19:23:41]   Whirlpool loaded
[19:23:41]  
[19:23:41]  ==================
[19:23:41]  
[19:23:41]   Loaded.
[19:23:41]  Loading plugin: ITD
[19:23:41] 
* iTD Plugin loaded. (Support for textdraw editor mouse/keyboard)

[19:23:41]   Loaded.
[19:23:41]  Loaded 4 plugins.

[19:23:41] 
[19:23:41] Ban list
[19:23:41] --------
[19:23:41]  Loaded: samp.ban
[19:23:41] 
[19:23:41] 
[19:23:41] Filterscripts
[19:23:41] ---------------
[19:23:41]   Loading filterscript 'LuxAdmin.amx'...
[19:23:41] 
 ___________________________________________________
[19:23:41]  
[19:23:41]                    L.A.S v1.6 Beta                         
[19:23:41]                  ---------------
[19:23:41]              LuX Administration System               
[19:23:41]  ___________________________________________________

[19:23:41]  -> Loading...
[19:23:41] 
 -Current Configurations Successfully Loaded!
[19:23:41] 

[19:23:41]  -> L.A.S Basic Loaded Configurations:

[19:23:41]  AutoLogin:    [Enabled!]  ReadCmds:  [Enabled!]
[19:23:41]  AntiSwear:    [Disabled]  AntiSpam:  [Enabled!]
[19:23:41]  NameKick:     [Enabled!]  AntiBot:   [Enabled!]
[19:23:41]  ConnectMsgs:  [Enabled!]  NoCaps:    [Disabled]
[19:23:41]  AdminCmdMsgs: [Enabled!]  Anti Ads:  [Enabled!]
[19:23:41]  SaveMoney:    [Enabled!]  MustLogin  [Enabled!]
[19:23:41]  Forbid Weaps: [Disabled]  AdmSkins:  [Disabled]
[19:23:41]  ReadPms:      [Enabled!]  MaxLevel:  [10]
[19:23:41]  SaveWeaps     [Enabled!]  Max Ping:  [999ms]
[19:23:41]  ChatDisabled: [Disabled]  MuteWarns: [4]
[19:23:41]  MustRegister: [Enabled!]  AdmSkins   [217, 214]

[19:23:41]  -> Loaded Successfully!

[19:23:41]  Date: 21/11/2012 - Time: 19:23:41
[19:23:41]  ___________________________________________________

[19:23:41]   Loading filterscript 'fuel.amx'...
[19:23:41] _____________________________________
[19:23:41] |                                   |
[19:23:41] |           Fuel FS v1.1            |
[19:23:41] |               By                  |
[19:23:41] |            Cameltoe               |
[19:23:41] |___________________________________|
[19:23:41]   Loaded 2 filterscripts.

[19:23:41] Script[gamemodes/SFCRRPG.amx]: Run time error 19: "File or function is not found"
[19:23:41] Number of vehicle models: 0
How to fix this?


Re: SA-MP server error - -=Dar[K]Lord=- - 21.11.2012

add main() {} check whether its there or not other wise your plugins might be a mess update your plugins ..


Re: SA-MP server error - Mustafa6155 - 21.11.2012

U updated Streamer becuse a 10 mins ago i got errors with it


Re: SA-MP server error - InfiniTy. - 21.11.2012

Quote:
Originally Posted by Mustafa6155
Посмотреть сообщение
U updated Streamer becuse a 10 mins ago i got errors with it
You need to compile the gamemode/fs with the same include version as the plugin.


Re: SA-MP server error - -=Dar[K]Lord=- - 21.11.2012

well update all your scripts and didnt i tell you to check whether

pawn Код:
main() {}
is there in your gamemode script or not...


Re: SA-MP server error - Mustafa6155 - 21.11.2012

I didnt get main() {} where to place?


Re: SA-MP server error - -=Dar[K]Lord=- - 21.11.2012

anywhere inthe top of your script


Re: SA-MP server error - Mustafa6155 - 21.11.2012

Its says already defined


Re: SA-MP server error - -=Dar[K]Lord=- - 21.11.2012

then there might be a prob with your plugins update / recompile your all scripts


Re: SA-MP server error - Mustafa6155 - 21.11.2012

I got as plugins
Код:
sscanf
irc
itd
mysql
streamer
wirhpool
--------------------------
includes what neederd
pawn Код:
#include <a_samp>
#include <SFCRRPGdudb>
#include <dini>
#include <streamer>
#include <dprop>
#include <sscanf2>
#include <ladmin>
#include <time>
#include <core>
#include <string>