[Ajuda]Prof. de Caminhoneiro
#3

Topo GM:

Caminhao Carga:
pawn Код:
new arraycaminhao[500]; //500 = Numero de seus slots
Ao Entrar no Veiculos:
pawn Код:
new vehicle;
vehicle = GetPlayerVehicleID(playerid);
if(vehicle == ID_DO_CAMINHAO)//id do caminhao
{
arraycaminhao[playerid] = 0;
}
Ao Chegar no Ponto de Carrgar
pawn Код:
arraycaminhao[playerid] = 1;
Ao Chegar Ponto de Descarregar
pawn Код:
if(arraycaminhao == 1)
{
SendClientMessage(playerid,color,"Carga descarrecagada");
arraycaminhao[playerid] = 0;
}else{
SendClientMessage(playerid,color,"Carga nгo etsa carrega volte a pegar ela");
}
Logo acima fiz apenas a Logica, se vocк entender veras que nгo й difнcil...
Reply


Messages In This Thread
[Ajuda]Prof. de Caminhoneiro - by Flavinho153 - 23.06.2010, 22:09
Re: [Ajuda]Prof. de Caminhoneiro - by Flavinho153 - 24.06.2010, 12:12
Re: [Ajuda]Prof. de Caminhoneiro - by ipsBruno - 24.06.2010, 14:01
Re: [Ajuda]Prof. de Caminhoneiro - by Flavinho153 - 24.06.2010, 16:06
Re: [Ajuda]Prof. de Caminhoneiro - by Flavinho153 - 05.07.2010, 22:09
Re: [Ajuda]Prof. de Caminhoneiro - by [NWD]Tweener_ - 05.07.2010, 22:27
Re: [Ajuda]Prof. de Caminhoneiro - by Flavinho153 - 05.07.2010, 22:28
Re: [Ajuda]Prof. de Caminhoneiro - by ipsBruno - 05.07.2010, 22:40
Re: [Ajuda]Prof. de Caminhoneiro - by Flavinho153 - 05.07.2010, 22:51
Re: [Ajuda]Prof. de Caminhoneiro - by Flavinho153 - 06.07.2010, 15:41

Forum Jump:


Users browsing this thread: 1 Guest(s)