[Ajuda] Identificar se o player entrou no carro dele ou nгo
#4

Quote:
Originally Posted by ERICcartmanN
Посмотреть сообщение
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
       if(newstate == PLAYER_STATE_DRIVER)
      {
      new aname[MAX_PLAYER_NAME];
      GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
      format(carros2,sizeof(carros2),"carros/%s.txt", aname);
            new vid;
            vid = GetPlayerVehicleID(playerid);
      if(DOF2_FileExists(carros2))
       {
      if(vid == Info[playerid][CarDono])
       {
       format(msg,sizeof(msg),"{76EE00}| INFO | Bem-Vindo ao seu veнculo %s",aname);
       SendClientMessage(playerid,-1,msg);
       }
       else
       {
       SendClientMessage(playerid,-1,"| ERRO | Esse veнculo nгo pertence a vocк.");
       RemovePlayerFromVehicle(playerid);
       }
       }
       }
      return 1;
}
dentro da pasta carros ta assim

http://prntscr.com/a32u6m
eu posso ta falando bobagem mas vocк poderia criar uma condicional para identificar se esse carro й ou nгo da concessionaria e outra para identificar se o carro pertence ao player, assim ele verifica as duas possibilidades.

Aqui um tutorial de estruturas condicionais.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)