Jump to content

Dialog Cu Pass Ascuns


zaster

Recommended Posts

Tutorial Dialog Cu Pass Ascuns Folositor la Login & Register

daca vrem sa ne apara Cand ai Intrat Direct pe Server Punem

La OnPlayerConnect sau la OnPlayerSpawn Sa daca vreti sa puneti la o Comanda cand scri /login sau /register

Daca Aveti LuxAdmin Puteti Inlocui asta Cu Dialogu Vechi si va merge :) si o sa va arate Parola in Forma ******

[pawn]if(AccInfo[playerid][Registered] == 0 && ServerInfo[MustRegister] == 1)

{

#if USE_DIALOGS == true

new rstring[256];

format(rstring,256,"Welcome to the '%s'\n\nAccount '%s' is not registred!\n\nEnter the password to Register your Account:",GetServerHostName(),pName(playerid));

ShowPlayerDialog(playerid,DIALOGID+66,DIALOG_STYLE_PASSWORD,"Register Account",rstring,"Register","Quit");

#endif

return 1;

}[/pawn]

Este Primu Meu Tutorial Sper Daca Nu am Facut/Zis Ceva Bine Nu Injurati  ok .

560x95_FFFFFF_FF9900_000000_000000.png
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.