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"]; };
/*
Question
DieTanx
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?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now