Advertisement
4FunPlayin

Untitled

Oct 29th, 2011
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Waypoint1()
  2. {
  3. self endon("notification1");
  4.  
  5. while(1)
  6. {
  7. if(self.pers["kills"] > 38)
  8. {
  9. self notify("notification1");
  10. self thread maps\mp\gametypes\_rank::createTextBox("HQ: ^1Infection levels dropping", 5, "cardicon_eagle");
  11. wait 5;
  12. maps\mp\gametypes\_gamelogic::endGame( "allies", "MISSION COMPLETE\n^1Next map: Quarry" );
  13. }
  14. wait 1;
  15. }
  16. }
  17.  
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement