17.06.2014, 22:02
Se eu entendi:
Vocк nгo estб conseguindo identificar se o carro й de aluguel.
Vocк nгo estб conseguindo identificar se o carro й de aluguel.
pawn Код:
for(new cars=0; cars<47; cars++)
{
if(GetPlayerVehicleID(playerid) == ALUGUEL[cars])
{
//caso o carro for alugado.
}
}