Helló! Megállt nálam a tudomány, mivel nem tudom miért nem mûködnek a parancsok! Kérlek segitsetek!
if(!strcmp(cmdtext, \"/tele\", true) || !strcmp(cmdtext, \"/teleport\", true))
{
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, \"TeleportPanel\", \"Versenyek\\nStuntpályák\",\"Kiválaszt\",\"Kilépés\");
return 1;
}
OnDialogResponse(playerid.....)
if ( dialogid == 1 )
{
if(response)
{
if ( listitem == 0)
{
ShowPlayerDialog(playerid, 2, DIALOG_STYLE_LIST, \"Versenyek\",\"VaP\\nÉT\\nML\",\"Kiválaszt\",\"Kilépés\");
}
if ( listitem == 1)
{
ShowPlayerDialog(playerid, 3, DIALOG_STYLE_LIST, \"Stuntpályák\",\"\",\"Kiválaszt\",\"Kilépés\");
} }
return 1;
}