Ghost in the Shell

by ptx0

Player will spawn as Spidertron every time. Spidertron's death is explosive. Based on PyroFire's Cartorio.

Scenarios
9 months ago
1.0 - 2.0
231

g Unrecoverable Error Fix

3 months ago

If you're getting the error on line 28 in control.lua just swap "ply.driving = car" with "car.set_driver(ply)" so it should end up being

if (car) then
    ply.teleport(car.position)
    car.set_driver(ply)
end

end

New response