Detaljan opis problema:Zelio bi da kad igracu dođe Dialog za LogIn da iznad napravim neki Textdraw pa me zanima kako da to napravim
Dio skripte:
if(dialogid == 1244)
{
if(response)
{
if (gPlayerAccount != 0)
{
ShowPlayerDialog(playerid, 1245, DIALOG_STYLE_INPUT,"Dobrodosli","\t\tPrijavite se\n\t_______________________\n\n\tVas Korisnicki racun je pronađen\n\t_______________________\n\n\tUpisite lozinku da se Prijavite\n\t_______________________","Prijava","Izlaz");
}
else
{
ShowPlayerDialog(playerid, 1246, DIALOG_STYLE_INPUT,"Dobrodosli","Upisite Svoju lozinku ispod da zapocmete Registraciju.","Nastavi","Izlaz");
}
new y, m, d;
new h,mi,s;
getdate(y,m,d);
gettime(h,mi,s);
format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s Has accepted the terms and conditions.",d,m,y,h,mi,s,sendername);
LoginLog(string);
}
else
{
SendClientMessage(playerid, COLOR_GREY,"* You selected \"Refuse\", To play you must agree to the terms of condition");
Kick(playerid);
}
}Neke slike/video za lakse dobivanje pomoci(neobavezno):
