#helop

1 messages · Page 1 of 1 (latest)

hard cargo
#

on right click:
if player's tool is a fishing rod:
if name of player's tool contains "*":
loop all players in radius 20 around player:
play sound "ENTITY_ITEM_BREAK" with volume 1 pitch 1 to loop-player at location of player

        wait 10 tick

        set player's tool to air

doesnt work

#

the error is

latent pawn
#

you are in a loop

#

everything has to be loop-player

hard cargo
# latent pawn you are in a loop

on right click:
if player's tool is a fishing rod:
if name of loop-player's tool contains "*":
loop all players in radius 20 around player:
play sound "ENTITY_ITEM_BREAK" with volume 1 pitch 1 to loop-player at location of player

        wait 10 tick

        set loop-player's tool to air
#

it still doesntwork

latent pawn
#

my brother in christ

#

only this is inside the loop

limpid adder
#

you forgot and/at/with

hard cargo
#

icl u should fix it for me

limpid adder
#

nah

hard cargo
#

im slow bro

latent pawn
#

hm actually im being dumb i think ill let sovde handle it xd

hard cargo