What is the problem? - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: What is the problem? (
/showthread.php?tid=168972)
What is the problem? -
benedek - 17.08.2010
Hallo all ! I'm new and i have a question . I'll trying the Raven's Roleplay Final and i have a error at starting server.
I reading the introducsions and i see the answer but he doesn't work..
The error are : Script[gamemodes/rorp.amx]: Run time error 19: "File or function is not found"
I put the streamer includes & plugin but ..
For more informations:I replace the files samp-server.exe announce.exe & samp-npc.exe .
Re: What is the problem? -
Kitten - 17.08.2010
in server.cfg
add a line like this
Re: What is the problem? -
benedek - 17.08.2010
The server cfg are look like this:
echo Executing Server Config...
lanmode 0
rcon_password aiurea
maxplayers 200
port 7777
hostname zGaminG ..::RolePlay::..
gamemode0 larp 1
filterscripts
announce 0
plugins streamer #comment if linux
#plugins streamer.so #uncomment if linux!
query 1
weburl
www.sa-mp.com
maxnpc 99
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 250.0
stream_rate 1000
The line plugins are already added
Re: What is the problem? -
willsuckformoney - 17.08.2010
Код:
echo Executing Server Config...
lanmode 0
rcon_password aiurea
maxplayers 200
port 7777
hostname zGaminG ..::RolePlay::..
gamemode0 larp 1
filterscripts
announce 0
plugins streamer
query 1
weburl www.sa-mp.com
maxnpc 99
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 250.0
stream_rate 1000
EDIT: Dont post your rcon pass
Re: What is the problem? -
benedek - 17.08.2010
Same error..
The RCON password are diffrent of that... i've modified the password when i post.
More informations:I use the Windows Operating Sistem(7 )
Re: What is the problem? -
willsuckformoney - 17.08.2010
oh i didnt read the error you got D: i hate that error its in your GM.... Takeout the
#define FILTERSCRIPT
#if defined FILTERSCRIPT
public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" Blank Filterscript by your name here");
print("--------------------------------------\n");
return 1;
}
public OnFilterScriptExit()
{
return 1;
}
#else
#endif
see what happens after that is gone
Re: What is the problem? -
benedek - 17.08.2010
Text are not found. is already deleted.
Re: What is the problem? -
willsuckformoney - 17.08.2010
hmm then idk D: