• 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.

CreatureEvent Alert on GM Login

or would it be possible to edit this script?

function onLogin(cid)
local group = getPlayerGroupId(cid)
if(group >= 2 and isPlayerGhost(cid) ~= TRUE) then
doBroadcastMessage(getCreatureName(cid) .. " has now logged in (Position: " .. getGroupInfo(group).name .. ")", MESSAGE_EVENT_ADVANCE)
end
return TRUE
end

so that it says TALTYPE_RED_? when a staff logs on? or mby in your script Chris :p

Thanks! ;s
 
-.- i cant login although the message is displayed

i have to change to broadcastMessage since the Do.... isnt a function of my tfs
 
Back
Top