AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   Tag in scoreboard (https://forums.alliedmods.net/showthread.php?t=331746)

xBlllue 04-05-2021 18:56

Tag in scoreboard
 
1 Attachment(s)
Tag in scoreboard it shows on ct but when im on t wont show
Quote:

public MessageScoreAttrib(iMsgID, iDest, iReceiver)
{
if(get_pcvar_num(g_Cvar[25]) == 1)
{
new id = get_msg_arg_int(1);

if(is_user_connected(id) && (get_user_flags(id) & read_flags(VIP_FLAG)))
set_msg_arg_int(2, ARG_BYTE, SCOREATTRIB_VIP);
}
}

Bugsy 04-07-2021 23:24

Re: Tag in scoreboard
 
Search

https://forums.alliedmods.net/showthread.php?t=145745
https://forums.alliedmods.net/showthread.php?t=152658


All times are GMT -4. The time now is 19:26.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.