i need new command
#1

Hello guys, i need a command like /getrconpassword
to get the rcon password for me when i forget it because i am lazy to go host to get it xD
please guys any one help me i need this command /getrconpassword its very important for me please.

Thanks for helping me
Reply
#2

PHP код:
CMD:getrconpassword(playerid){
    if(!
IsPlayerAdmin(playerid)) return 0;
    new 
rconpass[32];
    
GetServerVarAsString("rcon_password"rconpasssizeof(rconpass));
    
SendClientMessage(playerid,-1,rconpass);
    return 
1;

Reply
#3

Thank you AbyssMorgan
you are the best.
Reply
#4

and what about command like /hostpassword xD
i know that is maybe impossible but if its not so make it to me please to know the host password if i forget xD
Thanks again +rep
Reply
#5

Why not just make a text file on your pc with these passwords? That will be better and secure
Reply
#6

no i want this command /hostpassword it will be helpful please.
Thanks
Reply
#7

PHP код:
CMD:hostpassword(playerid)
{
    if(!
IsPlayerAdmin(playerid)) return 0;
    
SendClientMessage(playerid, -1"changeme"); //replace "changeme" with your host password
    
return 1;

Reply
#8

thanks but i didn't mean that command, i mean other thing,
like /hostpassword it get the host pass from the host not from me i know it maybe impossible command but thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)