- 0
Problema Login Textdraw, poate sa ma ajute cineva?
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
NuamNume
Salutare, am o problema la un sistem de logare pe textdraw. Nu am erori, dar nu ma lasa sa selectez.
COD:
format(string, sizeof(string), "Name: %s", GetName(playerid));
PlayerTextDrawSetString(playerid, LoginPTD[0], string);
PlayerTextDrawSetString(playerid, LoginPTD[1], "Password: ~b~click");
format(string, sizeof(string), "Last Login:~n~%s", laston);
PlayerTextDrawSetString(playerid, LoginPTD[2], string);
for(new i = 0; i < 3; i++) PlayerTextDrawShow(playerid, LoginPTD);
for(new i = 0; i < 2; i++) TextDrawShowForPlayer(playerid, LoginTD);
SelectTextDraw(playerid, 0xFFFFF00FF);
if(playertextid == LoginPTD[1]) ShowPlayerDialog(playerid, DIALOG_LOGIN2,DIALOG_STYLE_PASSWORD, "Login", "Insert your password in the dialog below!", "Login", "Quit");
Nu stiu daca este nevoie sa va arat mai mult, poate sa ma ajute cineva pana maine va rog?
8 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now