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

RevScripts deport tfs 1x

alcapone

Member
Joined
Jan 13, 2021
Messages
247
Reaction score
19
Lua:
local dp = TalkAction("!dp")

function dp.onSay(player, words, param)
    local itemId = 2591

    Game.createItem(itemId, 1, player:getPosition())

    return true
end

dp:register()

Hello I have a problem I made this talk to create 1 deport the problem that it does not have 'tow' the market does not open
 
Back
Top