Vehicle License plate
#6

are you setting the plate right away?

I use something like this for mine

pawn Код:
new numplate_test[32];
vid = AddStaticVehicleEx(vehicletype,SpawnX,SpawnY,SpawnZ,SpawnRot,Color1,Color2,(15*60)); // respawn 15 minutes

format(numplate_test,32+1,"LV-{%d}",vid);
SetVehicleNumberPlate(vid, numplate_test);
but i do it while my server is loading,
orther wise youll have to respawn the car to show the plate i think.
Reply


Messages In This Thread
Vehicle License plate - by DannySnoopy - 12.03.2012, 10:47
Re: Vehicle License plate - by DannySnoopy - 12.03.2012, 11:14
Re: Vehicle License plate - by clavador - 12.03.2012, 11:22
Re: Vehicle License plate - by Vince - 12.03.2012, 11:37
Re: Vehicle License plate - by DannySnoopy - 12.03.2012, 12:49
Re: Vehicle License plate - by Jonny5 - 12.03.2012, 14:02
Re: Vehicle License plate - by DannySnoopy - 12.03.2012, 14:17
Re: Vehicle License plate - by DannySnoopy - 12.03.2012, 14:58
Re: Vehicle License plate - by clavador - 12.03.2012, 18:05
Re: Vehicle License plate - by Jonny5 - 12.03.2012, 19:24

Forum Jump:


Users browsing this thread: 6 Guest(s)