SA-MP Forums Archive
Please Help (+REP) - 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: Please Help (+REP) (/showthread.php?tid=362507)



Please Help (+REP) - HyDrAtIc - 24.07.2012

Hey All I Installed The New Plugin's For Sa-mp 0.3e I Use SFCRRPG And Use Windows Server When I Run The samp-server.exe This What Happen's:




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

[18:21:20] filterscripts = "" (string)
[18:21:20]
[18:21:20] Server Plugins
[18:21:20] --------------
[18:21:20] Loading plugin: sscanf
[18:21:20]

[18:21:20] ===============================

[18:21:20] sscanf plugin loaded.

[18:21:20] © 2009 Alex "******" Cole

[18:21:20] 0.3d-R2 500 Players "dnee"

[18:21:20] ===============================

[18:21:20] Loaded.
[18:21:20] Loading plugin: streamer
[18:21:20]

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

[18:21:20] Loaded.
[18:21:20] Loaded 2 plugins.

[18:21:20]
[18:21:20] Filterscripts
[18:21:20] ---------------
[18:21:20] Loaded 0 filterscripts.

[18:21:20] Script[gamemodes/SF-CNR.amx]: Run time error 19: "File or function is not found"
[18:21:20] Number of vehicle models: 0


Here's My CFG File:

echo Executing Server Config...
lanmode 0
rcon_password 132152
maxplayers 100
port 7777
hostname EDIT THIS INSIDE THE GAMEMODE PAWN
gamemode0 SF-CNR
filterscripts
plugins sscanf.dll streamer.dll
announce 1
query 1
weburl Coming Soon
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 1
logtimeformat [%H:%M:%S]

About Putting .dll Infront Plugin Name's When I Remove It Same Thing Happen's


please help me


Re: Please Help (+REP) - EV007 - 24.07.2012

Plugins aren't installed properly. If they are, try recompiling.


Re: Please Help (+REP) - RedJohn - 24.07.2012

Write your #includes so we can see which plugins your script needs!

And try
Код:
gamemode0 SF-CNR 1



Re: Please Help (+REP) - HyDrAtIc - 24.07.2012

Quote:
Originally Posted by RedJohn
Посмотреть сообщение
Write your #includes so we can see which plugins your script needs!

And try
Код:
gamemode0 SF-CNR 1
my include's:

#include <a_samp>
#include <SFCRRPGdudb>
#include <irc>
#include <streamer>
#include <dprops>
#include <sscanf2>
#include <time>




and about gamemode0


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

[18:21:20] filterscripts = "" (string)
[18:21:20]
[18:21:20] Server Plugins
[18:21:20] --------------
[18:21:20] Loading plugin: sscanf
[18:21:20]

[18:21:20] ===============================

[18:21:20] sscanf plugin loaded.

[18:21:20] © 2009 Alex "******" Cole

[18:21:20] 0.3d-R2 500 Players "dnee"

[18:21:20] ===============================

[18:21:20] Loaded.
[18:21:20] Loading plugin: streamer
[18:21:20]

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

[18:21:20] Loaded.
[18:21:20] Loaded 2 plugins.

[18:21:20]
[18:21:20] Filterscripts
[18:21:20] ---------------
[18:21:20] Loaded 0 filterscripts.

[18:21:20] Script[gamemodes/SF-CNR.amx]: Run time error 19: "File or function is not found"
[18:21:20] Number of vehicle models: 0


Re: Please Help (+REP) - tiernantheman - 24.07.2012

Just update all you're plugins and includes. Make sure they are all there and then re-compile you're script.


Re: Please Help (+REP) - HyDrAtIc - 24.07.2012

Quote:
Originally Posted by tiernantheman
Посмотреть сообщение
Make sure in you're server.cfg you have it like this.
pawn Код:
Plugins sscanf streamer
Use sscanf.so and streamer.so if you are using linux. But if you're windows leave them like I put it.
same thing


Re: Please Help (+REP) - RedJohn - 24.07.2012

Well. You need to have IRC plugin. Click HERE


Re: Please Help (+REP) - ViniBorn - 24.07.2012

Don't use .dll

Ex:
pawn Код:
//For Windows
plugins sscanf streamer
pawn Код:
//For Linux
plugins sscanf.so streamer.so



Re: Please Help (+REP) - RedJohn - 24.07.2012

Quote:
Originally Posted by Viniborn
Посмотреть сообщение
Don't use .dll

Ex:
pawn Код:
//For Windows
plugins sscanf streamer
pawn Код:
//For Linux
plugins sscanf.so streamer.so
Read carefully his sentence!

Quote:

About Putting .dll Infront Plugin Name's When I Remove It Same Thing Happen's




Re: Please Help (+REP) - HyDrAtIc - 25.07.2012

Quote:
Originally Posted by RedJohn
Посмотреть сообщение
Well. You need to have IRC plugin. Click HERE
Thank you so much

i appricate it for you

+REP