Advertisement
Filiq_

Untitled

Dec 2nd, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. #include <amxmodx>
  2. #include <fakemeta>
  3.  
  4. public plugin_init() {
  5. register_plugin("boti", "1.0", "cyby/Diversity")
  6.  
  7. set_task(10.0, "make_bot")
  8. }
  9.  
  10. public make_bot() {
  11.  
  12. new FAKE_PLAYER = engfunc(EngFunc_CreateFakeClient, "AntiCheat - Furien.Ruls.Ro")
  13.  
  14. dllfunc(DLLFunc_ClientConnect, FAKE_PLAYER)
  15. dllfunc(DLLFunc_ClientPutInServer, FAKE_PLAYER)
  16. set_pev(FAKE_PLAYER, pev_team, 3)
  17.  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement