Gamemode Password
#1

Hi guys, When I join the server it ask for GAMEMODE password.
The one I have in the .amx file it doesnt working.
Pleasse help
Reply
#2

And also when someone join my server it says, you are ranged banned bye.
Even me and even my friends from other countries.
help me pls
Reply
#3

gm password should be in your server.cfg file
Reply
#4

There is no suck a thing. GM password.
Please help
Reply
#5

Create a filterscript with this code:
PHP Code:
#include <a_samp>
public OnFilterScriptInit()
{
    
SetTimer("UnlockServer"1000false);
    return 
1;
}
forward UnlockServer();
public 
UnlockServer()
{
    
SendRconCommand("password 0");
    return 
1;

Add it to server.cfg then run the server.
Reply
#6

Now it generated a new problem, whenever I start my server it doesnt load the mysql filterscript. it says

unable to load filterscript mysql.so(it puts .amx idk why>like this: mysql.so.amx)
Reply
#7

Can someone add me on skype and teach me how to fix it please.
I would really appreciate him

skype: mayfair452
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)