I have searched both this forum and Google to find out how to fix this problem, and I now know what the problem is, but I haven't been able to fix it.
Using the deploy bike script, getting on the bike results in instant death. I understand this is caused by the server thinking the client spawned in the bike illegally, and is killing them as they are a "hacker". In trying to fix this, I have gone to server_cleanup.fsm and tried to find this:
" if (!(vehicle _x in _safety) && ((typeOf vehicle _x) != ""ParachuteWest"") ) then {" \n -- or -- if(vehicle _x != _x && !(vehicle _x in _safety) && (typeOf vehicle _x) != ""ParachuteWest"") then {" \n
No luck. And it seems every fix on the internet requires one of these lines. I simply don't have them in server_cleanup.fsm file. So I must ask...how is this fixed in the newest version of Epoch? Thanks, and sorry for being a noob.