Please Help (+REP)
#1

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
Reply
#2

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

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

And try
Код:
gamemode0 SF-CNR 1
Reply
#4

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
Reply
#5

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

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
Reply
#7

Well. You need to have IRC plugin. Click HERE
Reply
#8

Don't use .dll

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

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

Reply
#10

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

i appricate it for you

+REP
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)