Advertisement
iaretechnician

Checkrating sqf

Feb 26th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. player addrating -10000;
  2. While {true} do{
  3. sleep 1;
  4. hint format("player rating is %1", player rating);
  5. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement