Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
beako

How to delay respawnTemplate

Recommended Posts

HI All,
 
I have a killcam script being called in onPlayerKilled but it is being overrun by the respawn menu I have set-up from the description.
 
description.ext

respawn = "BASE";
respawnDelay = 10;  // TIME DELAY BEFORE RESPAWN
respawnButton = 0; // 0 - to disable respawn button in pause menu DOES NOT WORK USING SCRIPT INSTEAD TO RESOLVE
respawnTemplates[] = {"MenuInventory","MenuPosition"};

How can I delay the respawnTemplate menu so the killcam script in onPlayerKilled can be completed first?

Share this post


Link to post
Share on other sites
Sign in to follow this  

×