29.12.2013, 06:44
Nice script here, I'll get around to using it if I decide to work on my project again.
You can try using properties.
And so on.
Nice bump. Use SetVehicleHealth, if that's what you meant
.
Quote:
IMPORTANT NOTE: GetVehicleColor will NOT work in filterscripts. This is because vehicles (generally) are created in your gamemode, and the filterscript is loaded AFTER. The filterscripts can't read the data from the gamemode, and I see no reason why you'd want it to anyway.
|
pawn Код:
setproperty(vehicleid, "Color1", color1);
setproperty(vehicleid, "Color2", color2);
Nice bump. Use SetVehicleHealth, if that's what you meant
