Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.06 KB | None | 0 0
  1. new const g_strObjectivesDayMenu[ MAX_DAYS ][ ] = {
  2.     "Nothing is restricted except the Gunroom.^nGuards can only order Prisoners^nto drop their weapons.",
  3.     "Prisoners have to follow the commands^ngiven by the Guards.^nAny disobedience might lead to death .",
  4.     "Guards are invisible and have more HP.^nPrisoners automatically get weapons.^nGuards must chase the Prisoners with knives.",
  5.     "Prisoners are Zombies.^nGuards automatically get weapons.^nPrisoners must try to infect the Guards.",
  6.     "Treated as a Cage Day.^nOne random Prisoner will get an^nAK47 and a Deagle.^nGuards must try and find out who.",
  7.     "One random Guard is picked as the President.^nPresident get more HP and a USP.^nGuards protect him at all costs.",
  8.     "All players get a silenced USP.^nGuards get 112 extra bullets and Prisoners get 24.^nUSP must always be silenced.",
  9.     "Guards lead the Prisoners to a specified area.^nA Guard types /nadewar and everyone gets^nunlimited grenades.^nFollow the commands of the Guards.",
  10.     "Prisoners are Hulks.^nGuards get a P90 and Elites.^nGuards chase the Prisoners.^nHulk smashes hit every 20 seconds.",
  11.     "Guards are given AWPs.^nPrisoners are given SCOUTs.^nGravity is reduced.^nKill the opposing team!",
  12.     "Guards get Deagles and more HP.^nPrisoners get Elites.^nKill the opposing team!",
  13.     "Guards get more HP with noclip.^nPrisoners automatically get weapons.^nGuards must chase the Prisoners with knives.",
  14.     "Guards get godmode.^nFriendly fire is turned ON and Prisoners get 250 HP.^nPrisoners get a gun every 45 seconds.",
  15.     "Guards have a powerful knife.^nPrisoners are given 60 seconds to hide.^nGuards must look for the Prisoners.",
  16.     "Both teams knife it out to the death.^nHealing is blocked!",
  17.     "Treated as a normal Cage Day.^nAll Guards get powerful Deagles.^nBullets are limited.",
  18.     "Prisoners are given 60 seconds to hide,^nwhile Guards wait in the gunroom.^nGuards chase the Prisoners and kill them.",
  19.     "Prisoners must kill their teammates by,^njumping on their heads.",
  20.     "Guards are allowed to make up their own day.^nThey are allowed to get help from an^nonline admin."
  21. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement