16.07.2010, 19:46
Tittle says all
I've seemed to forgot about it, If there is one reply
thanks.
I've seemed to forgot about it, If there is one reply
thanks.
stock CreateVehicleEx(modelid, Float:x, Float:y, Float:z, Float:rotation, interior, world, colour1, colour2, respawn)
{
new vehicleid = CreateVehicle(modelid, x, y, z, rotation, colour1, colour2, respawn);
LinkVehicleToInterior(vehicleid, interior);
SetVehicleVirtualWorld(vehicleid, world);
SetGVarInt("Colour1", color1, vehicleid);
SetGVarInt("Colour2", color2, vehicleid);
return vehicleid;
}