View Single Post
XHUNTERX
Senior Member
Join Date: Aug 2019
Location: World
Old 04-04-2020 , 20:05   Re: [CS:GO] CSGO_HUD (Server Hud - Shows count players, time left, custom messages, e
Reply With Quote #38

Quote:
Originally Posted by Grey83 View Post
PHP Code:
public void OnPluginStart()
{
    
CreateTimer(UPDATETimer_HUD_TIMER_REPEAT);
}

public 
Action Timer_HUD(Handle timer)
{
    for(
1<= MaxClientsi++) if(IsClientInGame(i) && !IsFakeClient(i)) here_is_sending_HUD_message_to_player_i;

Can you add the Zephyrus's Store credit showing code and share the .smx file?
XHUNTERX is offline