Jump to content

Semo

Members
  • Posts

    3
  • Joined

  • Last visited

Details

  • Gang
    No

Semo's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. ذا الكود الصحيح local Team = "Team Name" bindKey("F2","down", function ( ) if getPlayerTeam(localPlayer) then if getTeamName( getPlayerTeam(localPlayer) ) == Team then guiSetVisible( WindowName, not guiGetVisible(WindowName) ) showCursor( guiGetVisible(WindowName) ) else outputChatBox("This Command Just For ["..Team.."] Team !", 255, 0, 0) end else outputChatBox("You Are Not in Team !", 255, 0, 0) end end )
×
×
  • Create New...