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):
This is the code that console refers to:
Thanks in advance
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