[Tutorial] [TUT]Criando Sistema de GPS em Dialog
#6

pawn Код:
//topo GM
#define GPSBRPG 1212

new GPSPos[MAX_PLAYERS];

// ...
public OnPlayerEnterCheckpoint(playerid)
{
    if(GPSPos[playerid] == 1)
    {
        GPSPos[playerid] = 0;
        DisablePlayerCheckpoint(playerid);
    }
    return 1;
    }

// ...
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == GPSBRPG)
    {
        if(response)
        {
            if(listitem == 0)
            {
                SetPlayerCheckpoint(playerid,1554.8176,-1675.7684,16.1953,8.0);
                SendClientMessage(playerid,-1,"(INFO) Gps Ativado!, Siga o Check Point [ Local Marcado:HQ PM/DP ]");
                GPSPos[playerid] = 1;
            }
            if(listitem == 1)
            {
                SetPlayerCheckpoint(playerid,1939.2267,-1772.4895,13.3828,8.0);
                SendClientMessage(playerid,-1,"(INFO) Gps Ativado!, Siga o Check Point [ Local Marcado:Posto Sul ]");
                GPSPos[playerid] = 1;
            }
            if(listitem == 2)
            {
                SetPlayerCheckpoint(playerid,1827.1306,-1999.9448,13.5469,8.0);
                SendClientMessage(playerid,-1,"(INFO) Gps Ativado!, Siga o Check Point [ Local Marcado:HQ Aztecas ]");
                GPSPos[playerid] = 1;
            }
            if(listitem == 3)
            {
                SetPlayerCheckpoint(playerid,1289.8077,-1654.2590,13.5469,8.0);
                SendClientMessage(playerid,-1,"(INFO) Gps Ativado!, Siga o Check Point [ Local Marcado:HQ Hitmans ]");
                GPSPos[playerid] = 1;
            }
            if(listitem == 4)
            {
                SetPlayerCheckpoint(playerid,1289.8077,-1654.2590,13.5469,8.0);
                SendClientMessage(playerid,-1,"(INFO) Gps Ativado!, Siga o Check Point [ Local Marcado:Lotйrica ]");
                GPSPos[playerid] = 1;
            }
            if(listitem == 5)
            {
                SetPlayerCheckpoint(playerid,1790.1895,-1165.8411,23.8281,8.0);
                SendClientMessage(playerid,-1,"(INFO) Gps Ativado!, Siga o Check Point [ Local Marcado:Armas Norte ]");
                GPSPos[playerid] = 1;
            }
            if(listitem == 6)
            {
                SetPlayerCheckpoint(playerid,2078.4526,-1143.2611,23.9027,8.0);
                SendClientMessage(playerid,-1,"(INFO) Gps Ativado!, Siga o Check Point [ Local Marcado:HQ Ballas ]");
                GPSPos[playerid] = 1;
            }
            if(listitem == 7)
            {
                SetPlayerCheckpoint(playerid,2244.0068,-1662.0675,15.4690,8.0);
                SendClientMessage(playerid,-1,"(INFO) Gps Ativado!, Siga o Check Point [ Local Marcado:Binco ]");
                GPSPos[playerid] = 1;
            }
            if(listitem == 8)
            {
                SetPlayerCheckpoint(playerid,2487.8259,-1672.4702,13.3359,8.0);
                SendClientMessage(playerid,-1,"(INFO) Gps Ativado!, Siga o Check Point [ Local Marcado:HQ Grove ]");
                GPSPos[playerid] = 1;
            }
            if(listitem == 9)
            {
                SetPlayerCheckpoint(playerid,2186.9189,-1755.4410,13.3750,8.0);
                SendClientMessage(playerid,-1,"(INFO) Gps Ativado!, Siga o Check Point [ Local Marcado:HQ Kings ]");
                GPSPos[playerid] = 1;
            }
        }
    }
 return 1;
 }
Arrumei pra vc .. '-'
Reply


Messages In This Thread
[TUT]Criando Sistema de GPS em Dialog - by Arthur_BiT - 15.01.2012, 13:01
Re: [TUT]Criando Sistema de GPS em Dialog - by dPlaYer_ - 15.01.2012, 13:41
Re: [TUT]Criando Sistema de GPS em Dialog - by BrunoBSF - 15.01.2012, 13:50
Re: [TUT]Criando Sistema de GPS em Dialog - by Don_Speed - 15.01.2012, 13:52
Re: [TUT]Criando Sistema de GPS em Dialog - by Arthur_BiT - 15.01.2012, 14:20
Re: [TUT]Criando Sistema de GPS em Dialog - by dPlaYer_ - 15.01.2012, 21:52
Re: [TUT]Criando Sistema de GPS em Dialog - by Kuddy - 15.01.2012, 21:58
Re: [TUT]Criando Sistema de GPS em Dialog - by Ryktardy - 15.01.2012, 22:00
Re: [TUT]Criando Sistema de GPS em Dialog - by dPlaYer_ - 15.01.2012, 22:02
Re: [TUT]Criando Sistema de GPS em Dialog - by Arthur_BiT - 16.01.2012, 13:22

Forum Jump:


Users browsing this thread: 4 Guest(s)