Advertisement
emsixteen

enemy has flag

Apr 3rd, 2011
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.22 KB | None | 0 0
  1. // Enemy has flag
  2. itemDef {
  3.     name "Enemy has flag"
  4.     visible 1
  5.     decoration
  6.     textalign 0
  7.     style 0
  8.     textstyle 3
  9.     forecolor 1 1 1 1
  10.     textscale .3
  11.     ownerdrawflag CG_SHOW_OTHERTEAMHASFLAG
  12.     text "The enemy has your flag!"
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement