Can you make colSphere that works corectly?
what script do, if you goes out of that sphere you die...
henk = createColSphere ( 2613,-4258,3000, 300 )
that is position of sphere X,Y,Z and 300 is size of sphere
whole script:
function start()
henk = createColSphere ( 2613,-4258,3000, 300 )
end
addEventHandler("onClientResourceStart",getRootElement(),start )
function koeksnor ()
setElementHealth ( getLocalPlayer(), 0 )
end
addEventHandler ( "onClientColShapeLeave",getRootElement(), koeksnor )
but everytime you pickup the repair everybody die, wtf