Cod: Selectaţi tot
quest gm_login_notice begin
state start begin
when login begin
if pc.is_gm() then
notice_all("[GM] "..pc.get_name().." s-a conectat.")
end
end
end
end

Cod: Selectaţi tot
quest gm_login_notice begin
state start begin
when login begin
if pc.is_gm() then
notice_all("[GM] "..pc.get_name().." s-a conectat.")
end
end
end
end