IT(Originaly posted):
RO:
EN:
Code:
quest gmlogin begin
state start begin
when login with pc.is_gm() begin
command("n ".. pc.get_name() .." è online")
command("n Per qualsiasi problema non esitare a contattarmi!")
end
end
end
RO:
Code:
quest gmlogin begin
state start begin
when login with pc.is_gm() begin
command("n ".. pc.get_name() .." este online")
command("n Pentru orice problema sau intrebare, nu ezita sa ma contactezi!")
end
end
end
EN:
Code:
quest gmlogin begin
state start begin
when login with pc.is_gm() begin
command("n ".. pc.get_name() .." is online")
command("n For any problem or issue don't hesitate to contact me!")
end
end
end
Last edited by a moderator: