Jump to content

Problemă parolă gamemode


forward
 Share

Recommended Posts

Username: forward

Problema: Salut, problema mea stă în felul următor

Am descărcat gamemode-ul Ultra-Play È™i m-am decis să încep un edit de la el.. dar problema e că când schimb de exemplu reclamele, apoi compilez È™i urc pe host îmi dă server-ul cu parolă :/ chiar dacă în server.cfg nu este linia password. M-am uitat în server_log È™i am găsit ceva legat de password %s. Am căutat linia È™i am găsit asta 

 


    format(string,sizeof(string),"password %s",txt);

    SendRconCommand(string);

 

să fie un fișier pe undeva cu parola ? sau o fi din gamemode ?



 


Imagini/Videoclipuri cu problema: - 

Cod sursă: 

Alte detalii:

Link to comment
Share on other sites

SendRconCommand("password 

 

cauta asta in gm.

Nu este în gamemode

 

mă gândeam să nu fie ceva de la comanda serverpass

CMD:serverpass(playerid, params[])
{
    if(pInfo[playerid][pAdmin] < 6) return SendClientMessage(playerid, COLOR_DARKGRAY, AdminError);
    new txt[16], string[64];
    if(sscanf(params, "s[64]", txt)) return SendSyntaxMessage(playerid, "/serverpass [password]");
    format(string,sizeof(string),"password %s",txt);
    SendRconCommand(string);
    if(!strcmp(txt, "0", false)) { format(AdminWText, sizeof(AdminWText), "AdmCmd: %s deleted the password server.", GetName(playerid)); }
    else if(strcmp(txt, "0", false)) { format(AdminWText, sizeof(AdminWText), "AdmCmd: %s changed the password server, new password: %s.", GetName(playerid), txt); }
    SendAdminMessage(playerid, COLOR_ADMWARNING, AdminWText);
    return 1;
}
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...