When i log in a Status 8 or 7 Account.. I want to to send a MESSAGE TO ALL PLAYERS saying... "Welcome! NAME[GM] Has logged in".. But I ONLY want it to say it for PM and GM.. So Ya that'd help.. ty I RUN ON 5017 Source
?Quote:
if (Status == 7 || Status == 8)
World.SendMsgToAll(MyChar.Name + " has logged on!", "[SYSTEM]", 2005);