18.02.2019, 00:54
(
Последний раз редактировалось SeeNN; 18.02.2019 в 01:29.
)
How to change that Login with textdraw?
Photo: https://imgur.com/a/t8JQflv
https://imgur.com/a/efkJegP
Code:
Photo: https://imgur.com/a/t8JQflv
https://imgur.com/a/efkJegP
Code:
Код HTML:
function AccountLoad(playerid, q_acc[]) { new q_rows, q_fields; eQuery[0] = EOS; eString[0] = EOS; cache_get_data(q_rows, q_fields, DB_Connect); //-------------------------------------------------------------------------- format(eString, 400, "{FFFF00}Welcome to {3399FF}Empire {FFFF00}Stunt {FF0000}World, {00BBF6}%s{FFFF00}!\n", PlayerName(playerid)); strcat(eString, "{FFFF00}Please select your language to continue!", 200); if(q_rows) return ShowPlayerDialog(playerid, DIALOG_LANG, 0, "{00BBF6}Language {FF0000}/ {00BBF6}Limba", eString, "Romana", "English"); //-------------------------------------------------------------------------- format(eString, 400, "{FFFF00}Welcome to {3399FF}Empire {FFFF00}Stunt {FF0000}World{FFFF00}, {00BBF6}%s{FFFF00}!\n", PlayerName(playerid)); strcat(eString, "{FFFF00}Please select your language to continue!", 200); return ShowPlayerDialog(playerid, DIALOG_LANG_EX, 0, "{00BBF6}Language {FF0000}/ {00BBF6}Limba", eString, "Romana", "English"); }