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

commands

  1. N

    Where can I find all variables that you use, /reload doesn't work

    I'm new in this programming world, where can I find all variables you use to edit and create scripts? another issue is that my command to reload doesn't work
  2. B

    TalkAction !info Command

    Hello dude, I got this script who works that: When i say command !info i got information I search function which checked player pz And i trying add to the script, i want to look like that My script : function onSay(cid, words, param, channel) msg = 'Your statistics:\nHealth ' ...
  3. L

    Problem with the /reload command TFS 1.2

    I can't use the /reload if i just type /reload i get "Reload type not found." if i put a reload type like "/reload all" nothing happens just this error. Lua Script Error: [TalkAction Interface] data/talkactions/scripts/reload.lua:onSay data/talkactions/scripts/reload.lua:76: attempt to call...
  4. Nekiro

    TalkAction [TFS 1.x] Ban command supporting ban days

    I made this talkaction, probably can be done better, but yeah gonna share it if someone need. /ban name, reason, bandays function onSay(player, words, param) if not player:getGroup():getAccess() then return true end local split = param:split(",") local name =...
Back
Top