Example #1
0
 public void playerLeft(P.PlayerData ply)
 {
     G.I.PlaySound(26);
 }
Example #2
0
 public void playerJoined(P.PlayerData ply)
 {
     playerFlash(ply.id);
     G.I.PlaySound(24);
 }