[Ajuda] Carregar sу com Carreta
#1

Olб, queria uma ajuda, eu to fazendo a Profissгo Petrolheiro, e queria que sу carregasse se tiver a Carreta junto ao caminhгo, alguem poderia me ajudar? Codigo do carregar:

pawn Код:
if(strcmp(cmd, "/carregarp", true) == 0) {
if(dini_Int(file, "Profissao") == Petrolheiro)
{
if(IsPlayerInRangeOfPoint(playerid,100.0,150.2098,1406.8573,11.1925)){
new VehicleID;
VehicleID = GetPlayerVehicleID(playerid);
new modelo;
modelo = GetVehicleModel(VehicleID);
if(modelo == 403) {
if(PegarPetroleo[playerid] == 0){
SendClientMessage(playerid,COLOR_GREEN,"Caminhгo Carregado!");
SendClientMessage(playerid,COLOR_GREEN,"Para descarregar vб atй um posto e digite /descarregar.");
PegarPetroleo[playerid] = 1;
return 1;
} else {
SendClientMessage(playerid, Vermelho, "Vocк jб esta com Petroleo carregado!");
}
} else {
SendClientMessage(playerid, Vermelho, "Vocк nгo esta em um Caminhгo ou Carreta de Petroleo!");
return 1;
}
} else {
SendClientMessage(playerid, Vermelho, "Vocк nгo esta no local de Carregamento de Petroleo!");
return 1;
}
}
}
Reply


Messages In This Thread
Carregar sу com Carreta - by MoonRey - 10.08.2013, 18:48
Re: Carregar sу com Carreta - by P1c4550 - 10.08.2013, 20:39
Re: Carregar sу com Carreta - by MoonRey - 10.08.2013, 22:09
Re: Carregar sу com Carreta - by mau.tito - 10.08.2013, 22:30
Re: Carregar sу com Carreta - by MoonRey - 10.08.2013, 22:50

Forum Jump:


Users browsing this thread: 1 Guest(s)