HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Help! transmissons get it to say name of player

06-10-2004, 05:08 PM#1
sillydragon12
o_O could anyone plz help me out ive been trying to get a transmmision get to say the names of the players that are playing but ive only manage it to get it to say one players name

My attept

Player Group - Pick every player in (All players) and do (If (((Picked player) controller) Equal to User) then do (Cinematic - Send transmission to (All players) from a Neutral Passive Destroyer named |c00808080Demon-Des... at (Source of current camera view): Play FrostmourneChant1 <gen> and display (|cffffcc00Welcome:|r
+ (Nameof(Picked Player)

Any Help would be very much apreciated
06-11-2004, 05:28 AM#2
Nemesis9x
You could do this, its kinda complicated but it should work. 1-12 can be changed to how many players in ur map.

For each (Integer A) from 1 to 12, do (If (((Player((Integer A))) controller) Equal to User) then do (Cinematic - Send transmission to (Player group((Player((Integer A))))) from a Neutral Passive Destroyer named |c00808080Demon-Des... at (Source of current camera view): Play No sound and display (|cffffcc00Welcome:|r
+ (Nameof(Player(IntegerA)))