Spawn Creator v1.2

Post Reply
greenie
Full Member
Full Member
Posts: 1815
Joined: Sun Nov 21, 2021 4:55 pm
Jucator SA:MP ?: Nu
Nick:: greenie
Jucator CS ?: Nu

Spawn Creator v1.2

Post by greenie »

Spawn Creater

Description
Have you ever played a map that didn't have enough spawn points for 32 players? Well, this plugin tries to remedy that. It can either dynamically add more spawns, or it can do it manually through config files.

Installation
Install like any other plugin, then create a directory in configs called "spawncreater". In here, create a file called "default.ini". Add this into the file:
; This is the amount of terrorist spawns the plugin aims to get
; Note that these will be added dynamically at map load, no origins required
; You can also use a value (like 18) if you want there to be 18 spawns for terrorists
; Using "players" as the parameter uses the max players (a 24 slot server will have 13
; for terrorists, 32 slot will have 17 spawns, etc.)
t_spawns players

; This is the amount of counter-terrorist spawns the plugin aims to get
ct_spawns players

; This will specify whether to enable or disable buyzones
; Setting this to 1 will make spawns appear only with the actual spawn point,
; users will not be able to buy
buyzone_disable 0

; This is the maximum distance a point can be from the original spawn points
; Set to higher for a very tight map with little room
distance_limit 500
If you want to add any specific spawns for any map, you can create a file called "<map>.ini" (i.e. de_dust would be "de_dust.ini") and use the following:
; x y z = origin (i.e. "32 924 192")
; team = 0/1 (i.e. "0" for terrorist, "1" for ct)
spawn "x y z" team
You can also do crazy stuff like this:
buyzone_disable 1
spawn "2813 123 1283" 0
buyzone_disable 0
spawn "132 154 895" 1
get plugin
Post Reply

Return to “Server Management”