Quantcast
Channel: OTLand
Viewing all articles
Browse latest Browse all 32031

Addon NPC problem TFS 1.0 [Varkhal]

$
0
0
When I try to buy addons from this men this come up.
Capture otland.PNG

This is the NPC addon Script
Code:
local keywordHandler = KeywordHandler:new()
local npcHandler = NpcHandler:new(keywordHandler)
NpcSystem.parseParameters(npcHandler)

function onCreatureAppear(cid)            npcHandler:onCreatureAppear(cid)            end
function onCreatureDisappear(cid)        npcHandler:onCreatureDisappear(cid)            end
function onCreatureSay(cid, type, msg)...
Addon NPC problem TFS 1.0 [Varkhal]

Viewing all articles
Browse latest Browse all 32031

Trending Articles