Filterscript is not working!
#1

Hello guys, i have commands filterscript which is not working on server it says that

Код:
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

[21:42:29] 
[21:42:29] Server Plugins
[21:42:29] --------------
[21:42:29]  Loading plugin: streamer.dll
[21:42:29] 

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

[21:42:29]   Loaded.
[21:42:29]  Loading plugin: sscanf.dll
[21:42:29] 

[21:42:29]  ===============================

[21:42:29]       sscanf plugin loaded.     

[21:42:29]    © 2009 Alex "******" Cole

[21:42:29]    0.3d-R2 500 Players "dnee"

[21:42:29]  ===============================

[21:42:29]   Loaded.
[21:42:29]  Loading plugin: Whirlpool.dll
[21:42:29]  
[21:42:29]  ==================
[21:42:29]  
[21:42:29]   Whirlpool loaded
[21:42:29]  
[21:42:29]  ==================
[21:42:29]  
[21:42:29]   Loaded.
[21:42:29]  Loaded 3 plugins.

[21:42:29] 
[21:42:29] Filterscripts
[21:42:29] ---------------
[21:42:29]   Loading filterscript 'Commands.amx'...
[21:42:29]   Loading filterscript 'otherfs.amx'...
[21:42:29]   Loaded 2 filterscripts.

[21:42:29] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
[21:42:29] 
               ----------------------------------
[21:42:29] My server
[21:42:29] ----------------------------------

[21:42:29] Number of vehicle models: 28
but any command or any thing is not working even print in onfilterscriptint is not showing up idk what is problem...
Reply
#2

Okay you need to check if you got all the plugins in your plugins folder and added to server.cfg

Also check if all pawno include files are there too.
Hope this helps.
Reply
#3

Yes i have checked that .... but its not working..
Reply
#4

Make sure it is in server.cfg and the script is in the appropriate directory. Anything beyond this will require code for help.
Reply
#5

It happens to me sometimes, but when I reload the filterscript it runs.
Anyway it's due to missing plugins or wrong directory or such..
Tell us what happens.
Reply
#6

maybe i'm missing some plugin.. is there any way to check that what plugin it needs?
Reply
#7

Hmm, try this:
https://sampforum.blast.hk/showthread.php?tid=249226
Reply
#8

So, by using that plugin i get that on server console

Код:
[21:57:04]   Loading filterscript 'Commands.amx'...
[21:57:04]    Error: Function not registered: 'Streamer_CallbackHook'
[21:57:04]    Error: Function not registered: 'EditDynamicObject'
Reply
#9

For first one, you must have:
pawn Код:
main()
{
    print("\n----------------------------------");
    print(" Blank Gamemode by your name here");
    print("----------------------------------\n");
}
Also update your streamer plugin and it compile and it should work.
About the second one, I don't know.. That's all I can do for u

Hope I helped <3
Reply
#10

You need the streamer plugin.

Neither me or JimmyCh know what he is talking about.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)