some MOHAA-Tik-Elements badly or not shown by Breakthrough

Post your scripting questions / solutions here

Moderator: Moderators

Post Reply
frosch
Private
Posts: 5
Joined: Thu Sep 09, 2004 6:41 pm

some MOHAA-Tik-Elements badly or not shown by Breakthrough

Post by frosch »

Hi,

I wonder that some server-side-Elements of my Spearhead server are not shown or not good show when I connect to my server using Breakthrough.

1.) "Fire.tik" is shown badly. I used these lines in the map.scr-File:

local.fix1 = spawn script_model
local.fix1 model "static/fire.tik"
local.fix1.origin = ( -2550 -170 240)
local.fix1.angle = 90
local.fix1.scale = 1.5
local.fix1 solid

2.) "Bridge.tik" (an Spearhead-Element) is definitly NOT shown

local.fix1 = spawn script_model
local.fix1 model "static/1_3_bridge.tik"
local.fix1.origin = ( 1150 -700 85)
local.fix1.angle = 90
local.fix1.scale = 1.5
local.fix1 notsolid

Is there a way to fix this problem by using other script-commands?

8-)
Post Reply