Hello
I have problem with talkaction.
So when I say:
then it show Popup with text
but aslo in default channel show that talkaction what I said (but it shouldn't):
Here is my script:
If can someone help me I will be very thankful :thumbup:
I have problem with talkaction.
So when I say:
Code:
!talkaction Dla
Code:
Dla
Code:
[COLOR="orange"]16:57 Someone [105]: !talkaction Dla[/COLOR]
Here is my script:
LUA:
function onSay(cid, words, param, channel)
if param == "" then
doPlayerPopupFYI(cid, "No mather :P")
return true
elseif param == "Dla" then
doPlayerPopupFYI(cid, "Dla")
end
end
If can someone help me I will be very thankful :thumbup:
Last edited: