Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.09 KB | None | 0 0
  1. if (player.cop < 2)
  2. {
  3. player.message("Not enough Police Officers in the city");
  4. return;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement