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

Search results

  1. woody100_1

    Solved Change script to tfs 1.1

    As the title says , how would this script to tfs 1.1 function onDeath(cid, corpse, deathList) if isPlayer(cid) and isPlayer(deathList[1]) then local v = { killer_name = getCreatureName(deathList[1]), killer_level = getPlayerLevel(deathList[1]), target_name = getCreatureName(cid), target_level =...
  2. woody100_1

    Solved Problem third vocation

    Let's see if I can help , I work with tfs 1.0 , if the player has promotion and reiterates its request promotion for the second time mark the error "attempt to call method ' ispromoted ' (a nil value) , I have running the third vocation and is causing me problems , is there any way to correct...
  3. woody100_1

    Solved Help vocations VIP

    I have a problem with vip vocations add my script and a screenshot of the error, i use the forgotten server 1.0 THIS function onLogin(cid) if getPlayerVipDays(cid) >= 1 and (isInArray({1, 2, 3, 4, 5, 6, 7, 8}, getPlayerVocation(cid))) then doPlayerSetVocation(cid, (getPlayerVocation(cid)+4)) end...
Back
Top