Advertisement
Guest User

Untitled

a guest
Aug 24th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local team_2 = vgui.Create("DButton", teamframe)
  2. team_2:SetPos(0, 50)
  3. team_2:SetSize(75, 25)
  4. team_2:SetText("Deathknight")
  5. team_2.DoClick = function()
  6. //print(LocalPlayer():GetRace())
  7. surface.PlaySound("buttons/button15.wav");
  8. RunConsoleCommand("team_2")
  9. show_race("Deathknight");
  10. teamframe:Close();
  11. class_select();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement