04.11.2011, 18:14
pawn Code:
new vidav = GetPlayerVehicleID(playerid);
if(vidav == TaxisCars[0] |||| vidav == TaxisCars[1]) // linha 344
{
if(Profissao[playerid] == TAXISTA) //
{
SendClientMessage(playerid, COR_VERDE, "Vocк nгo й um taxista!");
RemovePlayerFromVehicle(playerid);
TogglePlayerControllable(playerid, 1);
}
return 1;
}
pawn Code:
new Float:vidav = GetPlayerVehicleID(playerid);