01-31-2017, 08:37 PM
»»»Tutorial«««
Hello Guys,
I will learn you today how to change the RCON password at SAMP.
1st. Go to server.cfg
2nd. U will see this.
3rd. Change rcon_password
4th. It will be changed
EX:
We are done.
..............................................................................
Wanna to login with RCON in game?
It's easy bro...
See the code
Want to make yourself admin from a script?
It's easy
Done
Regards,
YoUsSeFbAsHa.
Hello Guys,
I will learn you today how to change the RCON password at SAMP.
1st. Go to server.cfg
2nd. U will see this.
Code: (Select All)
echo Executing Server Config...
lanmode 0
hostname Your Server Name Here
weburl www.example.com
mapname San Andreas
language English
password
rcon_password theadminpassword
maxplayers 100
maxnpc 0
rcon 1
announce 1
query 1
lagcompmode 1
messageholelimit 3000
messageslimit 500
ackslimit 3000
gamemode0 your gm name
filterscripts
plugins
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
4th. It will be changed
EX:
Code: (Select All)
rcon_password passchanged
We are done.
..............................................................................
Wanna to login with RCON in game?
It's easy bro...
See the code
Code: (Select All)
/rcon login thepasshere
It's easy
Code: (Select All)
/setlevel ID LEVEL
Regards,
YoUsSeFbAsHa.