Advertisement
laurentiuarion

Anti developer 47+48

Feb 11th, 2020
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.48 KB | None | 0 0
  1. #include <amxmodx>
  2.  
  3. #define PLUGIN "Anti Developer 47+48"
  4. #define VERSION "0.1"
  5. #define AUTHOR "Ex3cuTioN"
  6.  
  7.  
  8. public plugin_init() {
  9.     register_plugin(PLUGIN, VERSION, AUTHOR);
  10.     set_task(0.1,"setari",_,_,_,"b",0);
  11. }
  12.  
  13. public setari(id)
  14. {
  15.     client_cmd(id,"developer 0");
  16.     client_cmd(id,"cl_sidespeed 400");
  17.     client_cmd(id,"cl_pitchspeed 225");
  18.     client_cmd(id,"bind a +moveleft");
  19.     client_cmd(id,"bind d +moveright");
  20.     client_cmd(id,"fps_modem 0.0");
  21.    
  22.     return PLUGIN_CONTINUE;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement