[duvida]Velocidade
#22

Existe alguma funзao do tipo IsPlayerInAnyVehicle, mas so para o player que ta a guiar й que eu inspirei-me na funзгo do Drakon
pawn Код:
public OnPlayerUpdate(playerid)
{
    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))
              {
                    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; // Send this update to other players.
}
mas da ganda spawm e se o player tiver no meu carro tb avisa
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)