if(dialogid == 555)
{
if(response)
{
switch(listitem)
{
case 0:SetPlayerPos(playerid, 1530.1174,-890.0798,61.1226); // Pozycje LS
case 1:SetPlayerPos(playerid, 2353.2458,1510.5374,42.8203); // Pozycje LV
case 2:SetPlayerPos(playerid, -2275.6655,215.0100,35.1641); // Pozycje SF
}
}
}
return 1;
}