[Request]LogIn

07/03/2009 13:20 imported_spitt_fire911#1
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
07/03/2009 14:34 _Emme_#2
You mean something like?:

In case 74, on the bottom:

Quote:
if (Status == 7 || Status == 8)
World.SendMsgToAll(MyChar.Name + " has logged on!", "[SYSTEM]", 2005);
?
07/03/2009 18:55 imported_spitt_fire911#3
Yes.. ty Emme

# Request Close
07/03/2009 23:19 tanelipe#4
#Closed