Login TextDraw - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Login TextDraw (
/showthread.php?tid=664049)
Login TextDraw -
SeeNN - 18.02.2019
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");
}
Re: Login TextDraw -
polygxn - 18.02.2019
https://sampforum.blast.hk/showthread.php?tid=535968 maybe this. But if you have a textdraw already created then just implement that one.
Re: Login TextDraw -
SeeNN - 18.02.2019
Quote:
Originally Posted by polygxn
|
That textdraw is for onplayerspawn,I want to show me texdraw before at spawn me.
Re: Login TextDraw -
Mazio - 18.02.2019
https://sampwiki.blast.hk/wiki/Textdraw
https://sampforum.blast.hk/showthread.php?tid=376758
Re: Login TextDraw -
SeeNN - 18.02.2019
Quote:
Originally Posted by Mazio
|
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.
Re: Login TextDraw -
Mazio - 18.02.2019
https://sampforum.blast.hk/showthread.php?tid=639927
This thread may help you
Re: Login TextDraw -
polygxn - 18.02.2019
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.
Re: Login TextDraw -
Mazio - 18.02.2019
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.
Re: Login TextDraw -
SeeNN - 18.02.2019
Look,I will make a textdraw,and I will comeback with a edit on this topic.
Re: Login TextDraw -
SeeNN - 18.02.2019
I think I expressed myself wrong. What I want,is it to make that login,to show more big..