SetVehicleNumberPlate
#14

Ok, i can only assume that the vehicles are not ready yet (was not created).
And now:
pawn Код:
public OnVehicleSpawn(vehicleid)
{
    static once = 0;
    if(!(once) && (IsACopCar(vehicleid)))
    {
          once = 1;
          SetVehicleNumberPlate(vehicleid, "Polizei");
          SetVehicleToRespawn(vehicleid);
    }
     return true;
}
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: 9 Guest(s)