[AJUDA][HELP] "error 075: input line too long (after substitutions)"
#4

try this:
pawn Код:
stock IsCarForMe(vehicleid)
{
   for(new i = 0; i <= 6; i++)
  {
   if(vehicleid == PCCCars[i]) return true;
  }
  return false;
 }
pawn Код:
if(IsCarForMe(vehicleid) && pDados[playerid][Organizacao] != PCC)
        {
          RemovePlayerFromVehicle(playerid);
          return SendClientMessage(playerid, -1, "Vocк nгo й do PCC !");
        }
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)