16.06.2016, 15:42
Hi guys i want that on login window the player who try to login.His/Her name come up where i have written NAME in code how i can do that.
My Code
My Code
Code:
public OnPlayerConnect(playerid) { Rules(playerid); if(fexist(UserPath(playerid))) { INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid); ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"{FFFFFF}CnR {FFFFFF}Login",""COL_WHITE"{0066FF}SERVER NAME HERE\n\n{0099FF}Player Login\n\n{FFFFFF}This nick,NAME,is Registered.\nIf this is not your account,please quit and change your nick.\n\nPlease {FFFF66}Enter Your Password {FFFFFF}To Login:","Login","Cancel"); } else