[duvida]Velocidade
#24

Desculpem o doble post, mas da para fazer, com que sу mande uma mensagem neste tipo de code?? da ganda spawm
pawn Код:
if(IsPlayerInAnyVehicle(playerid) == 1 && Seatbelt[playerid] == 0)
    {
      new string[128];
        new sendername[MAX_PLAYER_NAME];
    GetPlayerName(playerid, sendername, sizeof(sendername));
        new suspect = GetClosestPlayer(playerid);
        if(PlayerInfo[suspect][pFaction] != 255 && DynamicFactions[PlayerInfo[suspect][pFaction]][fType] == 1)
        {
            if(GetDistanceBetweenPlayers(playerid, suspect) < 15)
            {
              if(IsPlayerInAnyVehicle(suspect))
              {
                format(string, sizeof(string), "Acabou de passar por ti um carro com uma pessoa sem cinto((Nome: %s ))", sendername);
                    SendClientMessage(suspect, COLOR_LSPD, string);
              }
            }
        }
        return 1;
    }
    if(GetSpeedKM(playerid) >100)
    {
        new string[128];
        new sendername[MAX_PLAYER_NAME];
    GetPlayerName(playerid, sendername, sizeof(sendername));
        new suspect = GetClosestPlayer(playerid);
        if(PlayerInfo[suspect][pFaction] != 255 && DynamicFactions[PlayerInfo[suspect][pFaction]][fType] == 1)
        {
            if(GetDistanceBetweenPlayers(playerid, suspect) < 15)
            {
              if(IsPlayerInAnyVehicle(suspect))
              {
                if(IsPlayerDriver(suspect))
                {
                        format(string, sizeof(string), "Acabou de passar por ti um carro que ultrapassou o limite de velocidade((Nome: %s ))", sendername);
                        SendClientMessage(suspect, COLOR_LSPD, string);
                    }
              }
            }
        }
        return 1;
    }
Reply


Messages In This Thread
[duvida]Velocidade - by tshadow - 03.06.2010, 16:06
Re: [duvida]Velocidade - by andmeida10 - 03.06.2010, 16:07
Re: [duvida]Velocidade - by tshadow - 03.06.2010, 16:10
Re: [duvida]Velocidade - by andmeida10 - 03.06.2010, 16:15
Re: [duvida]Velocidade - by tshadow - 03.06.2010, 16:18
Re: [duvida]Velocidade - by andmeida10 - 03.06.2010, 16:22
Re: [duvida]Velocidade - by ipsBruno - 03.06.2010, 16:24
Re: [duvida]Velocidade - by tshadow - 03.06.2010, 16:32
Re: [duvida]Velocidade - by ipsBruno - 03.06.2010, 16:37
Re: [duvida]Velocidade - by tshadow - 03.06.2010, 16:54
Re: [duvida]Velocidade - by ipsBruno - 03.06.2010, 17:00
Re: [duvida]Velocidade - by tshadow - 03.06.2010, 17:04
Re: [duvida]Velocidade - by russo666 - 03.06.2010, 17:05
Re: [duvida]Velocidade - by tshadow - 03.06.2010, 17:06
Re: [duvida]Velocidade - by russo666 - 03.06.2010, 17:07
Re: [duvida]Velocidade - by tshadow - 03.06.2010, 21:19
Re: [duvida]Velocidade - by russo666 - 03.06.2010, 21:46
Re: [duvida]Velocidade - by tshadow - 03.06.2010, 22:02
Re: [duvida]Velocidade - by russo666 - 03.06.2010, 22:30
Re: [duvida]Velocidade - by tshadow - 03.06.2010, 22:36
Re: [duvida]Velocidade - by russo666 - 03.06.2010, 22:42
Re: [duvida]Velocidade - by tshadow - 06.06.2010, 19:20
Re: [duvida]Velocidade - by russo666 - 06.06.2010, 19:44
Re: [duvida]Velocidade - by tshadow - 06.06.2010, 20:57
Re: [duvida]Velocidade - by RoamPT - 06.06.2010, 21:00
Re: [duvida]Velocidade - by tshadow - 06.06.2010, 21:05
Re: [duvida]Velocidade - by [NWD]Tweener_ - 06.06.2010, 22:49
Re: [duvida]Velocidade - by tshadow - 07.06.2010, 15:07
Re: [duvida]Velocidade - by russo666 - 07.06.2010, 15:11
Re: [duvida]Velocidade - by tshadow - 07.06.2010, 15:44

Forum Jump:


Users browsing this thread: 1 Guest(s)