Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
Harvey said:
hahahahaha... dude thats just so wrongFlippage said:
JiMmEh said:Heres a few of mine - lol this mod's great
A Combine spends sometime reflecting..
Matrix Combine
Part One: Caaaaaaaaatch!!
Part Two: I GOT IT, I GOT IT!!
Part Three: I don't got it...
GET THE BUILDING BLOCKS FINAL MAP.sHm0zY said:i wanna play this game
I have garys mod how do i go in that map with the grass feild
Where in the world did you get that idea.Platinum said:and how you get all the emotiosn on their faces ... grrrrr ...
poprocz said:"Pull up a chair Gordon" Is my absolute fav so far. Is there any way to add animation to that? :naughty:
FictiousWill said:For more professional photography:
bind [ "cl_drawhud 0; r_drawviewmodel 0; r_drawvgui 0"
bind ] "cl_drawhud 1; r_drawviewmodel 1; r_drawvgui 1"
I want to make more poses but can't think of anything much...
edit:
You could set it up to a toggle button like this: (Note I probably did it wron with quotes and such, plz fix it someone)
alias hideall "cl_drawhud 0; r_drawviewmodel 0; r_drawvgui 0; bind [ showall"
alias showall "cl_drawhud 1; r_drawviewmodel 1; r_drawvgui 1; bind [ hideall"
bind [ showall
Developer 1
alias "hideecho" "echo leftarrow=hide hud; echo rightarrow=show hud"
bind 0 "hideecho"
bind leftarrow "cl_drawhud 0; r_drawviewmodel 0; r_drawvgui 0"
bind rightarrow "cl_drawhud 1; r_drawviewmodel 1; r_drawvgui 1"
developer 1
alias "npcecho" "echo u=combineshotgun; echo i=combinesmg; echo o=combinepulserifle; echo p=manhack; echo .=zombie; echo /=fastzombie"
alias "npcecho2" "echo j=citizenshotgun; echo k=citizensmg; echo l=citizenpistol; echo semicolon=citizenrpg; echo m=antlion; echo ,=antlionguard"
alias "npcecho3" "echo [=notarget; echo ]=ai_disable"
bind "7" "npcecho"
bind "8" "npcecho2"
bind "9" "npcecho3"
bind "u" "npc_create_equipment weapon_shotgun; npc_create npc_combine_s"
bind "i" "npc_create_equipment weapon_smg1; npc_create npc_combine_s"
bind "o" "npc_create_equipment weapon_ar2; npc_create npc_combine_s"
bind "p" "npc_create npc_manhack"
bind "j" "npc_create_equipment weapon_shotgun; npc_create npc_citizen"
bind "k" "npc_create_equipment weapon_smg1; npc_create npc_citizen"
bind "l" "npc_create_equipment weapon_pistol; npc_create npc_citizen"
bind ";" "npc_create_equipment weapon_rpg; npc_create npc_citizen"
bind "m" "npc_create npc_antlion"
bind "," "npc_create npc_antlionguard"
bind "." "npc_create npc_zombie"
bind "/" "npc_create npc_fastzombie"
bind "[" "notarget"
bind "]" "ai_disable"