SetVehicleNumberPlate
#3

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
Reply


Messages In This Thread
SetVehicleNumberPlate - by ThomasTailor93 - 18.12.2010, 17:16
Re: SetVehicleNumberPlate - by CrunkBankS - 18.12.2010, 17:24
AW: SetVehicleNumberPlate - by ThomasTailor93 - 18.12.2010, 17:40
Re: SetVehicleNumberPlate - by WillyP - 18.12.2010, 17:41
Re: SetVehicleNumberPlate - by Stefan_Toretto - 18.12.2010, 17:43
Re: SetVehicleNumberPlate - by Dark_Kostas - 18.12.2010, 17:44
Re: SetVehicleNumberPlate - by toneysix - 18.12.2010, 17:45
AW: SetVehicleNumberPlate - by ThomasTailor93 - 18.12.2010, 17:51
Re: SetVehicleNumberPlate - by CrunkBankS - 18.12.2010, 17:51
AW: SetVehicleNumberPlate - by ThomasTailor93 - 18.12.2010, 17:52
Re: SetVehicleNumberPlate - by toneysix - 18.12.2010, 17:53
AW: SetVehicleNumberPlate - by ThomasTailor93 - 18.12.2010, 17:55
AW: SetVehicleNumberPlate - by ThomasTailor93 - 18.12.2010, 17:57
Re: SetVehicleNumberPlate - by toneysix - 18.12.2010, 18:02
AW: SetVehicleNumberPlate - by ThomasTailor93 - 18.12.2010, 18:05

Forum Jump:


Users browsing this thread: 3 Guest(s)