Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. --Under "new"
  2. DeathWait[MAX_PLAYERS char],
  3.  
  4.  
  5. --Under "stock ResetPlayerVariables"
  6. DeathWait{playerid} = 0;
  7.  
  8.  
  9. --above hospitalwait's code
  10. if(DeathWait{i} > 1)
  11. {
  12. DeathWait{i}--;
  13. SCM(i,COLOR_LIGHTRED,"You will respawn at the hospital in 1 minute.");
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement