How i make respawning after killing on obj match maps?
How i set countdown to bombs?
I can't plant bomb, but bots can. Whats a problem?
RESPAWNING
Moderator: Moderators
How i make respawning after killing on obj match maps?
Set this in the script (below level waittill spawn):
level.dmrespawning = 1
How i set countdown to bombs?
For the bomb, set keys/values:
#defuse_time / 60
#set_time / 50
#tick_time / 45
The values given are the default values for all bombs, #defuse_time and #set_time are given in tenths of seconds, #tick_time is in seconds. #set_time is the time it takes to plant a bomb.
I can't plant bomb, but bots can. Whats a problem?
Is your bomb near a static model (like a flak-88) or near complex architecture? If it is, try moving it into the open a bit.
Set this in the script (below level waittill spawn):
level.dmrespawning = 1
How i set countdown to bombs?
For the bomb, set keys/values:
#defuse_time / 60
#set_time / 50
#tick_time / 45
The values given are the default values for all bombs, #defuse_time and #set_time are given in tenths of seconds, #tick_time is in seconds. #set_time is the time it takes to plant a bomb.
I can't plant bomb, but bots can. Whats a problem?
Is your bomb near a static model (like a flak-88) or near complex architecture? If it is, try moving it into the open a bit.
