SA-MP Forums Archive
"Error: Your password must be changed from the default" 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: "Error: Your password must be changed from the default" Help (/showthread.php?tid=82540)



"Error: Your password must be changed from the default" Help - DaRkM - 18.06.2009

I'm trying to run a server I can use to test my scripts (I'm just learning how to script) but after changing the server.cfg, I get this error in my server_log.txt:
Quote:

Error: Your password must be changed from the default password, please change it.

This is what my server.cfg looks like:
Quote:

echo Executing Server Config...
lanmode 0
maxplayers 32
port 7777
hostname Josh Quake's Test Server
announce 1
gamemode0 gf 1
weburl www.sa-mp.com
rcon_password 1jew

Also, the cmd.exe box closes in an instant when I run samp-server.exe.

Off-topic: Anyone know of a map and GM I can use instead of Godfather to test my scripts on and how to change the map?


Re: "Error: Your password must be changed from the default" Help - Klutty - 18.06.2009

Код:
echo Executing Server Config...
lanmode 0
rcon_password 1jew
maxplayers 32
port 7777
hostname Josh Quake's Test Server
gamemode0 gf 1
filterscripts 
announce 1
query 1
weburl www.sa-mp.com
anticheat 0
Thats how it should look like.


Re: "Error: Your password must be changed from the default" Help - elvago - 18.06.2009

the orden dont change nothing lol


Re: "Error: Your password must be changed from the default" Help - DaRkM - 18.06.2009

Now I get:
Quote:

[15:36:25] I couldn't load any gamemode scripts. Please verify your server.cfg
[15:36:25] It needs a gamemode0 line at the very least.

Could this be because my cmd.exe closes automatically?


Re: "Error: Your password must be changed from the default" Help - Klutty - 18.06.2009

It closes automatically because it cant find a gamemode., have you compiled gf.pwn without errors?


Re: "Error: Your password must be changed from the default" Help - DaRkM - 18.06.2009

Quote:
Originally Posted by Klutty
It closes automatically because it cant find a gamemode., have you compiled gf.pwn without errors?
I don't know what that means xD

This might answer your question maybe: I only downloaded the GodFather gamemode from these forums.

EDIT: I opened gf.pwn in PAWNO and compiled it. It works now. Thank you.