Advertisement
Diskretor

Untitled

Sep 13th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. public OnClientPostAdminCheck(client)
  2. {
  3. if(!IsFakeClient(client))
  4. {
  5. PrintToConsole(client, "BIND: 6 => slot6 (fixing Valve bug)");
  6. ClientCommand(client, "bind 6 slot6");
  7. PrintToConsole(client, "BIND: 7 => slot7 (fixing Valve bug)");
  8. ClientCommand(client, "bind 7 slot7");
  9. PrintToConsole(client, "BIND: 8 => slot8 (fixing Valve bug)");
  10. ClientCommand(client, "bind 8 slot8");
  11. PrintToConsole(client, "BIND: 9 => slot9 (fixing Valve bug)");
  12. ClientCommand(client, "bind 9 slot9");
  13. PrintToConsole(client, "BIND: 0 => slot10 (fixing Valve bug)");
  14. ClientCommand(client, "bind 0 slot10");
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement