Please some help - 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: Please some help (
/showthread.php?tid=586087)
Please some help -
Elephant - 19.08.2015
It says "I couldn't load any gamemode scripts. Please verify your server.cfg" "It needs a gamemode0 line at the very least." please help me xD
forgot to say.. when i open samp server.exe it's gets closed and the problem is right at the top
Re: Please some help -
Infinity - 19.08.2015
Have you even read the error? And if so, did you read the instructions it gave you? They are pretty clear.
Re: Please some help -
TFreemen - 19.08.2015
Try this:
Open server.cfg and find the line gamemode0;
There you have to add your gamemode`s name.
Example: gamemode0 mygamemodename 1;
If you did this already open gamemodes folder and check if your script have the compiled file too It should be a .amx file. If there is not then open your script (the .pwn one) and compile it with F5. Then try again.
If the problem persists check if you have all plugins you need (streamer, audio, sscanf, etc)
Re: Please some help -
Elephant - 19.08.2015
Quote:
Originally Posted by TFreemen
Try this:
Open server.cfg and find the line gamemode0;
There you have to add your gamemode`s name.
Example: gamemode0 mygamemodename 1;
If you did this already open gamemodes folder and check if your script have the compiled file too It should be a .amx file. If there is not then open your script (the .pwn one) and compile it with F5. Then try again.
If the problem persists check if you have all plugins you need (streamer, audio, sscanf, etc)
|
thanks problem solved
EDIT
how to access with the rcon password ? I mean when i doing the correct password it says i did bad password
[19:00:58] [join] Danny_Williams has joined the server (2:192.168.1.16)
[19:01:20] [cmd] [Danny_Williams] /help
[19:01:30] //Deleting Vehicles For ID: 2
[19:01:30] [part] Danny_Williams has left the server (2:2)
[19:01:30] RCON (In-Game): Player #2 (Danny_Williams) has logged in.
i get banned every time after i attempt the password
also my friend can't join the server we checked the IP few times and even the samp version
Re: Please some help -
Elephant - 20.08.2015
anyone?
Re: Please some help -
jlalt - 20.08.2015
Chek your rcon password from server.cfg << rcon_password blablabla
Re: Please some help -
Michael B - 20.08.2015
You might have a
RCON scurity system in our gamemode (or filterscripts), which ban players who login with RCON are do not have administrator or moderaor rank. Check your code under
OnRconCommand callbak.
Re: Please some help -
Evocator - 20.08.2015
Quote:
Originally Posted by Michael B
You might have a RCON scurity system in our gamemode (or filterscripts), which ban players who login with RCON are do not have administrator or moderaor rank. Check your code under OnRconCommand callbak.
|
I think you mean
https://sampwiki.blast.hk/wiki/OnRconLoginAttempt
Re: Please some help -
Elephant - 20.08.2015
Quote:
Originally Posted by Michael B
You might have a RCON scurity system in our gamemode (or filterscripts), which ban players who login with RCON are do not have administrator or moderaor rank. Check your code under OnRconCommand callbak.
|
how do i disable it ?
Re: Please some help -
Elephant - 24.08.2015
anyone?