18.12.2010, 17:40
Thanks for reply. I put it in this function:
public IsACopCar(carid)
{
for(new i = 0; i < sizeof(CopCar); i++)
{
{
SetVehicleNumberPlate(CopCar[i], "Polizei");
}
if(carid == CopCar[i])
{
return 1;
}
}
return 0;
}
But it doesn't works.
//edit 1: Deleted [pwn] -> Don't know the real Pawn-BBCodes :P
public IsACopCar(carid)
{
for(new i = 0; i < sizeof(CopCar); i++)
{
{
SetVehicleNumberPlate(CopCar[i], "Polizei");
}
if(carid == CopCar[i])
{
return 1;
}
}
return 0;
}
But it doesn't works.
//edit 1: Deleted [pwn] -> Don't know the real Pawn-BBCodes :P