[Ajuda] Sistema pedagio
#1

Eu fiz um sistema pedagio bбsico mais... eu queria que ele sу mostrasse o dialog para quem estiver em um veiculo.
Код:
    if(CPS_IsPlayerInCheckpoint(playerid, checkpedagio))
    {
      format(string, sizeof(string), "Bem vindo ao pedagio deseja passar?", nome(playerid));
      ShowPlayerDialog(playerid, DIALOGID+17, DIALOG_STYLE_MSGBOX, "Pedagio", string, "Sim", "Nгo");
    }
tipo quando ele chegar nesse check point mostrar sу para a pessoa que estiver em um veiculo.
Reply
#2

pawn Код:
if(CPS_IsPlayerInCheckpoint(playerid, checkpedagio) && IsPlayerInAnyVehicle(playerid))
    {
      format(string, sizeof(string), "Bem vindo ao pedagio deseja passar?", nome(playerid));
      ShowPlayerDialog(playerid, DIALOGID+17, DIALOG_STYLE_MSGBOX, "Pedagio", string, "Sim", "Nгo");
    }
Reply
#3

Quote:
Originally Posted by humildadeforever
Посмотреть сообщение
pawn Код:
if(CPS_IsPlayerInCheckpoint(playerid, checkpedagio) && IsPlayerInAnyVehicle(playerid))
    {
      format(string, sizeof(string), "Bem vindo ao pedagio deseja passar?", nome(playerid));
      ShowPlayerDialog(playerid, DIALOGID+17, DIALOG_STYLE_MSGBOX, "Pedagio", string, "Sim", "Nгo");
    }
Obrigado por me ajudar +REP.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)