[Ajuda] Errinho aqui
#10

ah
pawn Код:
if(Emprego[playerid] == Caminhoneiro) //OUTRO ERRO -> se o player for caminhoneiro nao vai conseguir dirigir o caminhao, o correto deveria ser: if(Emprego[playerid] != Caminhoneiro)
                {//se a profissгo do cara for diferente da citada acima
                    SendClientMessage(playerid, 0xD900D3FF, "[Erro] Apenas caminhoneiros podem pegar esses veiculos...");
                    RemovePlayerFromVehicle(playerid);
                }
Ao inves de vc usar
pawn Код:
new cars[TAMANHO].
Use
pawn Код:
#define MAX_CARS  50      
//50 й um exemplo, muda ae
E no loop coloque:
pawn Код:
for(new i=0; i<MAX_CARS; i++)
Reply


Messages In This Thread
Errinho aqui - by Serjnrg - 21.04.2013, 00:40
Re: Errinho aqui - by SeV_ - 21.04.2013, 00:44
Re: Errinho aqui - by Delete_ - 21.04.2013, 00:45
Re: Errinho aqui - by Serjnrg - 21.04.2013, 00:56
Re: Errinho aqui - by Hunter_Xtreme - 21.04.2013, 01:03
Re: Errinho aqui - by Gii - 21.04.2013, 01:03
Re: Errinho aqui - by Serjnrg - 21.04.2013, 01:04
Re: Errinho aqui - by Hunter_Xtreme - 21.04.2013, 01:08
Re: Errinho aqui - by Serjnrg - 21.04.2013, 01:09
Re: Errinho aqui - by Hunter_Xtreme - 21.04.2013, 01:10

Forum Jump:


Users browsing this thread: 2 Guest(s)