View Single Post
SSheriFF
AlliedModders Donor
Join Date: May 2020
Location: Israel
Old 10-14-2020 , 14:33   Re: How to use int args with handle timer function? (I can pay for solution)
Reply With Quote #2

Timer_CountDown called on round start so you need to declare to which clients you want to show the overlay.
In order to show overlay to a specific client use:
ShowOverlay(int client, char[] path, float lifetime);
__________________
Taking small private requests (Free) and big private requests (Paid).
Contact me via Discord: WilDick#1524

My Plugins:

Last edited by SSheriFF; 10-14-2020 at 14:42.
SSheriFF is offline