• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

TalkAction Ban List

Zysen

=)
Joined
Sep 18, 2010
Messages
2,270
Reaction score
170
Location
Bosnia & Herzegovina
Here's my BAN LIST.
Features:

  • Ban List
  • Ban Reason


THIS IS MY SECOND SCRIPT,PLEASE DON'T FLAME




BANLIST.lua:

LUA:
function onSay(cid, words, param)
	getBanList(type[, value])
	getBanReason(id)
        doShowTextDialog(cid, itemid, text)
end
	return TRUE
end

TALKACTION.xml:

XML:
<talkaction words="/banlist" script="banlist.lua"/>


Hope you liked it and hope it works!
 
Last edited:
I never thought that someone can do such a beautiful script. I'm impressed at your work. Amazing.
 
PHP:
function onSay(cid, words, param)
	getBanList(type[, value])
	getBanReason(id)
    doShowTextDialog(cid, itemid, text)
end
	return TRUE
end
 
Your kidding or for real? xD
I am really greatfull. ;)

Obviously I wasn't talking serious :P But, please don't take my words as a offence, cause everyone starts with something. I had too. I just couldn't have omitted this thread without writing this. Keep learning and experimenting with your scripts, but please test them before posting on this board cause from what I can see your script will even not load. People search there for things that works, and you may receive some weird opinions just because it doesn't.

Anyway, good luck with learning and don't lost motivation ;)

@ /offtopic
 
Code:
[Warning - Event::loadScript] Cannot load script (data/talkactions/scripts/banlist.lua)
data/talkactions/scripts/banlist.lua:2: unexpected symbol near ','
[Error - LuaScriptInterface::loadFile] data/talkactions/scripts/banlist.lua:2: unexpected symbol near ','
[Warning - Event::loadScript] Cannot load script (data/talkactions/scripts/banlist.lua)
data/talkactions/scripts/banlist.lua:2: unexpected symbol near ','
 
Back
Top