28 lines
704 B
Lua
28 lines
704 B
Lua
config = {}
|
|
|
|
-- Add more to this if you are using the same truck with different spawn codes.
|
|
config.spawnCode = {
|
|
"ftanker",
|
|
"ftanker2"
|
|
}
|
|
config.useUI = true
|
|
|
|
-- !!!! DO NOT CHANGE ANYTHING BELOW THIS !!!! --
|
|
config.resourceName = "tanker_water"
|
|
config.bone = "misc_z"
|
|
|
|
|
|
-- Detail texture
|
|
|
|
config.detailTextureName = "water_sign_1"
|
|
config.detailTexture = "https://cdn.shopify.com/s/files/1/0526/1030/2149/files/water.gif?v=1714823830"
|
|
config.detailSizeX = 32
|
|
config.detailSizeY = 32
|
|
|
|
-- Bump Texture
|
|
|
|
config.bumpTextureName = "waterbump_sign_1"
|
|
config.bumpTexture = "https://cdn.shopify.com/s/files/1/0526/1030/2149/files/water_bump.gif?v=1714823842"
|
|
config.bumpSizeX = 32
|
|
config.bumpSizeY = 32
|