View Single Post
Nickolay
Member
Join Date: Jan 2020
Old 07-02-2020 , 22:46   Re: [CS:GO] ckSurf (1.18f, 24.11.2015)
Reply With Quote #2846

Anyone know if It's possible to change so you only need A flag, and not a title for the vip menu?

Quote:
public Action Command_Vip(int client, int args)
{
if (!IsValidClient(client))
return Plugin_Handled;

if (!g_bflagTitles[client][0])
{
PrintToChat(client, "[%cCK%c] This command requires the VIP title.", MOSSGREEN, WHITE);
return Plugin_Handled;
}
Nickolay is offline