Jump to content

Question

Posted

cand scriu parola la login/register imi apare litere/cifre eu as vrea sa apara ••••••••• in loc de litere/cifre

cum as putea sa fac sa apara ••••••••?

Si inca o problema:am facut cont si cand intru pe server imi spune sa ma inregistrez si cand pun parola imi spune sa schimb numele ca il foloseste altcineva

if(!strcmp(cmdtext, "/q", true))     {         Ban(playerid);         return true;     }

3 answers to this question

Recommended Posts

Posted

am rezolvat cu recunoasterea conturilor dar nu stiu cum sa fac cu parola sa nu arate litere/cifre

if(!strcmp(cmdtext, "/q", true))     {         Ban(playerid);         return true;     }

Posted

Trebuie sa folosesti un anumit tip de dialog.In cazul acesta trebuie sa folosesti DIALOG_STYLE_PASSWORD . Deci de genu asta :

ShowPlayerDialog(playerid,1,DIALOG_STYLE_PASSWORD,"Te rugam sa introduci parola:");

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.