Zysen
=)
Hello.This is my third script (working one I hope).It's Players Online Info.
Create a file onlineplayers.lua:
I think it's fail! xD
Yours,
Zysen
Create a file onlineplayers.lua:
LUA:
function onSay(cid, words, param)
local string = 'Players Online\n\n'
getPlayersOnline()
getCreatureName(pid)
getPlayerLevel(pid) .. ' level '
getPlayerVocation(pid)
doShowTextDialog(cid, itemid, text)
end
return TRUE
end
XML:
<talkaction words="!online" script="onlineplayers.lua"/>
I think it's fail! xD
Yours,
Zysen