Dilio
Owner of Project Thala
Please Make this only for Gods,Tutors,Game Masters, And CM's. im waiting for this
How about you scroll up three posts...
On topic: Nice script. :3
Please Make this only for Gods,Tutors,Game Masters, And CM's. im waiting for this
Should be for Tutors and higher.
function onLogin(cid)
if(getPlayerGroupId(cid) > 1) and (isPlayerGhost(cid) == false) then
doBroadcastMessage(getCreatureName(cid) .. " has logged in. Staff position: " .. getGroupInfo(getPlayerGroupId(cid), getPlayerPremiumDays(cid) > 0).name:upper(), MESSAGE_STATUS_CONSOLE_RED)
end
return true
end