Lua prob - images
Deleted UserEdit: Also files are in friends gfx folders, but still he dont see images

edited 1×, last 09.06.12 06:51:33 pm
table.insert(laserturrets, {x = x, y = y, turretimg = image(config.turretimg, x * 32 + 16, y * 32 + 16, 1), turretlightingimg = image('gfx/sprites/flare1.bmp', x * 32 + 16, y * 32 + 16, 1), turretshooterimg = image(config.turretshooterimg, x * 32 + 16, y * 32 + 16, 1), object = obj, lasers = 0, cntdwn = 0, team = player(id, 'team'), player = id, rotation = player(id, 'rot'), rootrotation = player(id, 'rot'), rotationvar = 1, rotcntdown = config.turretrotationcooldown})