24.07.2011, 19:33
pawn Код:
case 2525:
{
if(response)
{
ShowPlayerDialog(playerid, 4568, DIALOG_STYLE_MSGBOX, "CCTV Camera 2", "Bone County Fire/Medic Department", "Next", "Cancel");
SetPlayerCameraPos(playerid, 320.0, 50.0, 170.0);
SetPlayerCameraLookAt(playerid, 324.34, 54.122, 173.35);
}
else
{
SetPlayerPos(playerid, 123.4, 123.4, 123.4);
SendClientMessage(playerid, WHITE, "You have cancelled the CCTV menu, and was set back to where you last was.");
}
}