[Pedido] Sistema GPS
#2

PHP код:
new CheckPrefeituraCheckEscolaCheckBar;
// OnPlayerCommandText
if(strcmp(cmdtext"/gps"true) ==0)
{
    
ShowPlayerDialog(playerid1000DIALOG_STYLE_LIST"GPS""Prefeitura\nEscola\nBar""Selecionar""Cancelar");
    return 
1
}
// OnPlayerDialogResponse
if(dialogid == 1000)
{
    if(
response)
    {
        if(
listitem == 0// Prefeitura
        
{
            
CheckPrefeitura SetPlayerCheckpoint(playeridCordxCordyCordz5.0); // Coordenada do checkpoint que vai ficar em frente a prefeitura
            
SendClientMessage(playerid0xFF0000FF"Foi marcado a Prefeitura no seu Radar");
        }
        if(
listitem == 1// Escola
        
{
             
CheckEscola SetPlayerCheckpoint(playeridCordxCordyCordz5.0); // Coordenada do checkpoint que vai ficar em frente a escola
            
SendClientMessage(playerid0xFF0000FF"Foi marcado a Escola no seu Radar");
        }
        if(
listitem == 2// Bar
        
{
            
CheckBar SetPlayerCheckpoint(playeridCordxCordyCordz5.0); // Coordenada do checkpoint que vai ficar em frente o bar
            
SendClientMessage(playerid0xFF0000FF"Foi marcado o Bar no seu Radar");
        }
    }
}
// OnPlayerEnterCheckPoint
if(IsPlayerInRangeOfPoint(playerid5.0CordxCordyCordz)) // Coordenada do checkpoint que vai ficar em frente a prefeitura
{
    
DisablePlayerCheckpoint(CheckPrefeitura);
    
SendClientMessage(playerid0xFF0000FF"Vocк chegou no seu destino");
}
if(
IsPlayerInRangeOfPoint(playerid5.0Cordx,CordyCordz)) // Coordenada do checkpoint que vai ficar em frente a escola
{
    
DisablePlayerCheckpoint(CheckEscola);
    
SendClientMessage(playerid0xFF0000FF"Vocк chegou no seu destino");
}
if(
IsPlayerInRangeOfPoint(playerid5.0CordxCordyCordz)) // Coordenada do checkpoint que vai ficar em frente o bar
{
    
DisablePlayerCheckpoint(CheckBar);
    
SendClientMessage(playerid0xFF0000FF"Vocк chegou no seu destino");

Qualquer erro me avise

@edit

Pra baixar como FS, Clique Aqui
Reply


Messages In This Thread
Sistema GPS - by MarcoAurelio - 18.09.2015, 22:21
Re: Sistema GPS - by SepZ - 18.09.2015, 23:04
Re: Sistema GPS - by [BOPE]Seu._.Madruga - 18.09.2015, 23:29
Re: Sistema GPS - by MarcoAurelio - 19.09.2015, 16:07
Re: Sistema GPS - by IgorLuiz - 19.09.2015, 18:11
Re: Sistema GPS - by zPain - 19.09.2015, 18:43
Re: Sistema GPS - by MarcoAurelio - 19.09.2015, 19:15
Re: Sistema GPS - by IgorLuiz - 19.09.2015, 20:01

Forum Jump:


Users browsing this thread: 1 Guest(s)