12.03.2012, 14:02
are you setting the plate right away?
I use something like this for mine
but i do it while my server is loading,
orther wise youll have to respawn the car to show the plate i think.
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);
orther wise youll have to respawn the car to show the plate i think.