09.01.2019, 15:07
Dadash ino test kon:
Albate khodam test nakardam.
Albate khodam test nakardam.
PHP код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
switch(dialogid)
{
case 1:
{
if(response)
{
switch(listitem)
{
case 0: // Class 1
{
ShowPlayerDialog(playerid, DIALOG_SPAWN_CLASS, DIALOG_STYLE_LIST, "Shahre Khod Ra Entekhab Namaed", "{FFFF00}AazarBayijan\n{FFFF00}Ardebil\n{FFFF00}Oroomie\n{FFFF00}Zanjan", "{FF0000}SPAWN", "{008000}Khoruj");
}
case 2:...
}
}
}
case DIALOG_SPAWN_CLASS:
{
if(response)
{
switch(listitem)
{
case 0:
{
SetSpawnInfo(playerid, 0, 0, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0);
SpawnPlayer(playerid);
SetPlayerColor(playerid, COLOR_YELLOW);
}
}
}
}
}
return 0;
}