View Single Post
Brum Brum
Junior Member
Join Date: Mar 2017
Old 08-08-2019 , 15:42   Re: [CS:GO] Hud Text Message
Reply With Quote #2

so you only show the message to the person who used it?

Quote:
SetHudTextParams(htm_x, htm_y, htm_holdtime, htm_red, htm_green, htm_blue, htm_transparency, htm_effect, htm_effectduration, htm_fadein, htm_fadeout);
ShowSyncHudText(client, HTM, message);
PHP Code:
for (int i 1<= MaxClients;i++)
{
    if (!
IsClientInGame(i) || IsFakeClient(i))continue;
    
    
ShowSyncHudText(iHTMmessage);

Brum Brum is offline