25.07.2011, 16:53
Is it possible to change the numberplates of all vehicles?
Where should that line of code?
grtz,
wiz.
Where should that line of code?
grtz,
wiz.
public OnVehicleSpawn(vehicleid) { SetVehicleNumberPlate(vehicleid, "Wiz is awesome!"); return 1; } |