hellboy
Intermediate OT User
Like in title, I tryed make this in two ways:
1.
Info:
- it won't work
- none errors in console
2.
Info:
- it won't work
- errors in console:
It's possible without source edit?
1.
PHP:
<talkaction words="" channel="11" hide="yes" event="script"><![CDATA[
function onSay(cid, words, param, channel)
return true
end
]]></talkaction>
Info:
- it won't work
- none errors in console
2.
PHP:
<talkaction channel="11" hide="yes" event="script"><![CDATA[
function onSay(cid, words, param, channel)
return true
end
]]></talkaction>
Info:
- it won't work
- errors in console:
Code:
[25/04/2010 12:37:32] > Loading DeathChannel.xml...[Error - TalkAction::configureEvent] No words for TalkAction.
[25/04/2010 12:37:32] [Warning - BaseEvents::loadFromXml] Cannot configure an event
[25/04/2010 12:37:32] done.
It's possible without source edit?
Last edited: