13.03.2012, 16:39
Seria isto?
Se nгo for, nгo entendi o problema.
Se nгo for, nгo entendi o problema.
pawn Код:
if(dialogid == GPS)
{
switch(listitem)
{
case 0:
{
SendClientMessage(playerid, CORCINZA, "___________{FA4646}COMPUTADOR DE BORDO{B0B0B0}___________");
SendClientMessage(playerid, CORCINZA, "GPS Ativado para: {FA4646}Departamento de Policia");
SendClientMessage(playerid, CORCINZA, "Vб atй a marca {FA4646}VERMELHA {B0B0B0}no Mapa");
SendClientMessage(playerid, CORCINZA, "_________________________________________________________");
SetPlayerCheckpoint(playerid,X,Y,Z,Raio);//Coordenada Departamento
return true;
}
case 1:
{
SendClientMessage(playerid, CORCINZA, "___________{FA4646}COMPUTADOR DE BORDO{B0B0B0}___________");
SendClientMessage(playerid, CORCINZA, "GPS Ativado para: {FA4646}Posto de Gazolina Norte");
SendClientMessage(playerid, CORCINZA, "Vб atй a marca {FA4646}VERMELHA {B0B0B0}no Mapa");
SetPlayerCheckpoint(playerid, 1004.6709,-936.8508,42.3354,8.0);
SendClientMessage(playerid, CORCINZA, "_________________________________________________________");
SetPlayerCheckpoint(playerid,X,Y,Z,Raio);//Coordenada Posto de gasolina
return true;
}
}
}