View Single Post
Re: Pod Bot Wptdefault
Old
  (#5)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Pod Bot Wptdefault - 03-05-2011

CSDM and GunGame are using their-own spawn-points - not depanding on spawn points created by the map creator. But if human players are spawned in these custom spawn points, bots should spawn there, too. It has nothing to waypointing the map. If humans are spawned on custom spawn points (based on the file map_name.spawns.cfg - for CSDM placed in amxmodx\configs\csdm folder), bots should spawn at these spawn ponts, too. For CSDM - to let everybody spawn based on custom spawn configuration file for the map You need to have this setting in amxmodx\config\csdm.cfg file:
Code:
;Sets the spawn mode.
; "none" - users spawn at normal map spawn points
; "preset" - csdm_spawn_preset.amxx required, uses predefined spawns in config files
; -- others may be supplied by 3rd party plugins
spawnmode = preset
BTW - Long time You haven't been here, >BKA< T Wrecks
  
Reply With Quote