[CS:GO] Simple Respawn
Posted: Sun Jan 26, 2020 9:15 pm
Commands :
!respawn
! To change the 30 seconds delay you have to edit line 16
PHP Code:
Download
Source
!respawn
! To change the 30 seconds delay you have to edit line 16
PHP Code:
Code: Select all
if ((GetTime() - iUseTime[Client]) < 30.0) <-- 30.0 = 30 Seconds Delay
Source