Login TextDraw
#1

How to change that Login with textdraw?

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");
}
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=535968 maybe this. But if you have a textdraw already created then just implement that one.
Reply
#3

Quote:
Originally Posted by polygxn
Посмотреть сообщение
https://sampforum.blast.hk/showthread.php?tid=535968 maybe this. But if you have a textdraw already created then just implement that one.
That textdraw is for onplayerspawn,I want to show me texdraw before at spawn me.
Reply
#4

https://sampwiki.blast.hk/wiki/Textdraw

https://sampforum.blast.hk/showthread.php?tid=376758
Reply
#5

I don't need this,I use TD_Editor,and I know how to create a textdraw,but,I don't know how to make him to show me when I want to select language.
Reply
#6

https://sampforum.blast.hk/showthread.php?tid=639927

This thread may help you
Reply
#7

Quote:
Originally Posted by SeeNN
Посмотреть сообщение
I don't need this,I use TD_Editor,and I know how to create a textdraw,but,I don't know how to make him to show me when I want to select language.
Well if you know how to make a textdraw, then make a language selection textdraw and use OnPlayerClickTextDraw to use what language u want to go with? I dont understand really.
Reply
#8

Quote:
Originally Posted by polygxn
Посмотреть сообщение
Well if you know how to make a textdraw, then make a language selection textdraw and use OnPlayerClickTextDraw to use what language u want to go with? I dont understand really.
He is talking about Romana and English over here.
Reply
#9

Look,I will make a textdraw,and I will comeback with a edit on this topic.
Reply
#10

I think I expressed myself wrong. What I want,is it to make that login,to show more big..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)