Pagina 1 din 1

🟢 QUEST: Anunț când intră un GM pe server

Scris: Dum Feb 01, 2026 10:56 am
de ProFight3D

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