Do czatu użyj
#include <scp>
public Action:OnChatMessage(&author, Handle:recipients, String:name[], String:message[])
{
if(IsClientInGame(author) && IsPlayerGenericAdmin(author))
{
Format(name, MAXLENGTH_NAME, "%s", name);
new MaxMessageLength = MAXLENGTH_MESSAGE - strlen(name) - 5;
Format(name, MaxMessageLength, " [VIP]%s",name);
return Plugin_Changed;
}
return Plugin_Continue;
}


Dodatki SourceMod




Moja zawartość
Nie podano
