View Single Post
StrikeR14
AlliedModders Donor
Join Date: Apr 2016
Location: Behind my PC
Old 03-01-2021 , 15:59   Re: Steam group Servercommand
Reply With Quote #4

Quote:
Originally Posted by jugule View Post
ServerCommand("sm_addvip %i member 0", client);
->

ServerCommand("sm_addvip \"%N\" 1", client); or
ServerCommand("sm_addvip \"%N\" member 1", client);
Should use GetClientUserId(client) to prevent injections in players names.
__________________
Currently taking TF2/CSGO paid private requests!

My Plugins | My Discord Account
StrikeR14 is offline