05.09.2016, 17:03
Ola gostaria de saber como faзo pra esse comando funcionar sу se estiver nos veнculos de id 483 e 440
pawn Code:
CMD:entregarcargas(playerid, params[])
{
if(!IsPlayerInRangeOfPoint(playerid, 10, 1524.7628,-1114.5007,20.8632)) return SendClientMessage(playerid, -1, "Vocк nгo estб no local correto.");
if(PlayerInfo[playerid][Correios] == 1) return SendClientMessage(playerid, 0xFF0000AA, "| ERRO | Voзк nгo e dos Correios");
{
ShowPlayerDialog(playerid, DIALOG_ENTREGASEDEX, DIALOG_STYLE_LIST, "Entregas-Recompensa", "Industrias Solarin-SF.[R$300]\nLas Venturas.[R$380]\nBaySide.[R$400]\nSupa Save SF[R$350]\nFaculdade-SF.[R$3700]\nDocas-LS.[R$200]", "Selecionar", "Sair");
}
return 1;
}