• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua Old CTF

Manian

User Premium
Joined
Jun 30, 2010
Messages
67
Reaction score
1
Hi, I'm using an old CTF mod and all works find except one thing...

I'm getting this error in console (I'm using TFS 0.3 r5955):
Code:
<LuaInterface::luaAddOutfitCondition> Condition not found

This is the code that console refers to:
Code:
local bmale = createConditionObject(CONDITION_OUTFIT)
		setConditionParam(bmale, CONDITION_PARAM_TICKS, -1)
		addOutfitCondition(bmale, {lookType = math.random(128,134), lookHead = 115, lookBody =114, lookLegs = 81, lookFeet = 81, lookTypeEx = 0, lookAddons = 3})

Thanks in advance :D
 
Back
Top