• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua [TFS 0.3.6] Players can Fish in PZ even though (allowFromPz = false,)???

Samaster

Raptorserver.ddns.net
Joined
Jun 9, 2013
Messages
291
Reaction score
23
Location
UK
Hi, in fishing script I have
Code:
local config =  {
    waterIds = {493, 4608, 4609, 4610, 4611, 4612, 4613, 4614, 4615, 4616, 4617, 4618, 4619, 4620, 4621, 4622, 4623, 4624, 4625},
    rateSkill = 0.25,
    allowFromPz = false,
    useWorms = false
But players can still fish in Protection Zones, I don't know what I need to add/change because I thought it was working until a friend told me about it. I want players to not be able to fish in PZ
 
Back
Top