View Single Post
joropito
AlliedModders Donor
Join Date: Mar 2009
Location: pfnAddToFullPack
Old 11-01-2009 , 12:04   Re: Help with SyncHud
Reply With Quote #6

Quote:
Originally Posted by #8 SickneSS View Post
Now,make all right,show " You Will Respawn in 3 seconds",and hide the hud after 3 seconds.

but dont make the countdown

like...

" You Will Respawn in 3 seconds"
" You Will Respawn in 2 seconds"
" You Will Respawn in 1 second"
Change this

PHP Code:
    respawnsegs[id]-- 
to this

PHP Code:
    respawnsegs[player]-- 
And change this

PHP Code:
 ShowSyncHudMsg(playerrespawntimer[player], "Respawnearas en %d segundo%s"respawnsegs[id], get_pcvar_num(delay) < "" "s"
to this

PHP Code:
 ShowSyncHudMsg(playerrespawntimer[player], "Respawnearas en %d segundo%s"respawnsegs[player], respawnsegs[player] < "" "s"
__________________

Divide et vinces
approved plugins | steam account

I don't accept PM for support. Just ask on forums.
If you're looking for private work, PM me.
joropito is offline
Send a message via MSN to joropito