Код:
CMD:teles(playerid,params[])
{
new cmdsdialog[2999];
strcat(cmdsdialog,"{EB1B1B}Red color/entertexthere\n"); // "{EB1B1B}" is the color
strcat(cmdsdialog,"{EB1B1B}Red color/entertexthere\n");//"{EB1B1B}" is the color
return 1;
}
Код:
CMD:teles(playerid,params[])
{
new cmdsdialog[2999];
strcat(cmdsdialog,"{EB1B1B}Red color/entertexthere\n");//"{EB1B1B}" is the color
strcat(cmdsdialog,"{EB1B1B}Red color/entertexthere\n");//"{EB1B1B}" is the color
ShowPlayerDialog(playerid,0,0,"Player Teleports",cmdsdialog,"Okay","Close");//"Okay"is button1,"Close"is button2
return 1;
}