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

partyexp

  1. D

    Lua [TFS 0.3.6]Script Party Exp

    Hello everybody! I need help with a script... I have this talkaction: <talkaction words="!partyexp" event="script" value="partyexp.lua"/> What calls this script: function onSay(cid, words, param, channel) if isInParty(cid) then local party = getPartyMembers(cid) local...
Back
Top