Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. LaRoVV66
  2. 08-23-2015, 19:15
  3. Here's a semi-tested version. I tested it on a server, but haven't played on it. I see the spawns are created, but don't know if they work as expected - they should, but just not tested.
  4.  
  5. Tested on CS:S and CS:GO. This plugin will create a config file when it's run for the first time "plugin.extra_spawn_points.cfg" in your cfg\sourcemod folder. CVars have good description, read and edit as needed. Default is to double the spawn points, have the plugin enabled, and not print any debug info to sourcemod log file.
  6.  
  7.  
  8. hallo
  9.  
  10. i am this plugins my server installiert.
  11.  
  12. // This file was auto-generated by SourceMod (v1.7.2)
  13. // ConVars for plugin "extra_spawn_points.smx"
  14.  
  15.  
  16. // Print helpful information to sourcemod logs?
  17. // -
  18. // Default: "0"
  19. // Minimum: "0.000000"
  20. // Maximum: "1.000000"
  21. sm_extraspawnpoints_debug "1"
  22.  
  23. // Plugin enabled?
  24. // -
  25. // Default: "1"
  26. // Minimum: "0.000000"
  27. // Maximum: "1.000000"
  28. sm_extraspawnpoints_enabled "1"
  29.  
  30. // Number of spawn points to create
  31. // 0 = Double the existing spawn points on the map
  32. // 1+ = Number of extra spawn points per team, up to double existing spawn points.
  33. // -
  34. // Default: "0"
  35. // Minimum: "0.000000"
  36. sm_extraspawnpoints_spawns "64"
  37.  
  38. and cfg datei edit.
  39.  
  40. my server 64 slot and 15 vs 15 and voll..
  41.  
  42. pls help my
  43.  
  44. my english bad sorry.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement