Im having bad luck at updating fishing-
Pull this over to mp
if (!isDedicated) then {
diag_log "Loading custom client compiles";
player_goFishing = compile preprocessFileLineNumbers "dayz_code\actions\player_goFishing.sqf";
to test if it worked
case ((_num > 5) and (_num <= 45)) : { ["FishRawTuna"]; };
case ((_num > 45) and (_num <= 60)) : { ["FishRawTuna"]; };
case ((_num > 60)) : { ["FishRawTuna"]; };
default { ["FishRawTuna"]; };
/*
and i still cant catch a tuna. GRRR
any thoughts? ideas?