• 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!

Destroy.lua

Simonalina

Member
Joined
May 10, 2008
Messages
180
Solutions
1
Reaction score
15
Location
Sweden
hello, My Destroy.lua doesnt work. and it look like this

Code:
function onUse(player, item, fromPosition, target, toPosition, isHotkey)
    return onDestroyItem(player, item, fromPosition, target, toPosition, isHotkey)
end

I am using tfs 1.2
 
Back
Top