SA-MP Forums Archive
plugins / objects - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: plugins / objects (/showthread.php?tid=322955)



plugins / objects - willzyyy - 04.03.2012

hi..

My server objects / maps arent loading.. Why? I am using sscanf and streamer plugins. There are some objects like stunt pipes of 0.3d and so...
Which versions of sscanf and streamer should i use?
(Post downlad links here if yu can)


Re: plugins / objects - Mark™ - 04.03.2012

post your server_log.txt here first.


Re: plugins / objects - willzyyy - 04.03.2012

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3d-R2, ©2005-2011 SA-MP Team

[08:12:10] mapname = "San Andreas" (string)
[08:12:10]
[08:12:10] Server Plugins
[08:12:10] --------------
[08:12:10] Loading plugin: whirlpool.so
[08:12:10]
[08:12:10] ==================
[08:12:10]
[08:12:10] Whirlpool loaded
[08:12:10]
[08:12:10] ==================
[08:12:10]
[08:12:10] Loaded.
[08:12:10] Loading plugin: sscanf.so
[08:12:10]

[08:12:10] ===============================

[08:12:10] sscanf plugin loaded.

[08:12:10] © 2009 Alex "******" Cole

[08:12:10] 0.3d-R2 500 Players "dnee"

[08:12:10] ===============================

[08:12:10] Loaded.
[08:12:10] Loading plugin: irc.so
[08:12:10]
*** IRC Plugin v1.3.6 by Incognito loaded ***

[08:12:10] Loaded.
[08:12:10] Loading plugin: streamer.so
[08:12:10]

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


Re: plugins / objects - Mark™ - 04.03.2012

Where's your fs or gm ? i dont see them getting loaded anywhere.


Re: plugins / objects - willzyyy - 04.03.2012

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

SA-MP Dedicated Server
----------------------
v0.3d-R2, ©2005-2011 SA-MP Team

[08:12:10] mapname = "San Andreas"  (string)
[08:12:10] 
[08:12:10] Server Plugins
[08:12:10] --------------
[08:12:10]  Loading plugin: whirlpool.so
[08:12:10]  
[08:12:10]  ==================
[08:12:10]  
[08:12:10]   Whirlpool loaded
[08:12:10]  
[08:12:10]  ==================
[08:12:10]  
[08:12:10]   Loaded.
[08:12:10]  Loading plugin: sscanf.so
[08:12:10] 

[08:12:10]  ===============================

[08:12:10]       sscanf plugin loaded.     

[08:12:10]    © 2009 Alex "******" Cole

[08:12:10]    0.3d-R2 500 Players "dnee"

[08:12:10]  ===============================

[08:12:10]   Loaded.
[08:12:10]  Loading plugin: irc.so
[08:12:10] 
*** IRC Plugin v1.3.6 by Incognito loaded ***

[08:12:10]   Loaded.
[08:12:10]  Loading plugin: streamer.so
[08:12:10] 

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

[08:12:10]   Loaded.
[08:12:10]  Loading plugin: regex.so
[08:12:10] 

[08:12:10] ______________________________________

[08:12:10]  Regular Expression Plugin v0.2.0 loaded
[08:12:10] ______________________________________

[08:12:10]  By: Fro © Copyright <TBG> 2009-2011
[08:12:10] ______________________________________

[08:12:10]   Loaded.
[08:12:10]  Loaded 5 plugins.

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

[08:12:10]  -> Loading...
[08:12:10] 
 -Current Configurations Successfully Loaded!
[08:12:10] 

[08:12:10]  -> L.A.S Basic Loaded Configurations:

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

[08:12:10]  -> Loaded Successfully!

[08:12:10]   		//////Extreme Fun Server///////

        [08:12:10]             --------Has been Loaded---
The thing I am not getting ingame are objects. None of them. This may be the problem of streamer version.


Re: plugins / objects - Mark™ - 04.03.2012

mapname ? where's your filterscript ? Is it embedded inside your gm ?


Re: plugins / objects - willzyyy - 04.03.2012

dude,its nothing about mapnames or filterscripts......


It's problem with objects. Probably incorrect version of streamer by icognito and sscanfs....


Re: plugins / objects - Mark™ - 04.03.2012

Quote:
Originally Posted by willzyyy
Посмотреть сообщение
dude,its nothing about mapnames or filterscripts......


It's problem with objects. Probably incorrect version of streamer by icognito and sscanfs....
NO, there's no plugin problem okay ! They are the latest and working, the problem is with your script.
Show me your object/mapcode.