Leader: star is new default skin

as requested by the server
This commit is contained in:
dogan 2020-08-23 21:10:44 +02:00
parent b5ab4730e6
commit 999e495bc6

View File

@ -659,10 +659,10 @@ public Action HookDecal(const char[] sTEName, const int[] iClients, int iNumClie
if(client == leaderClient)
{
RemovePing0();
pingEntity0 = SpawnPing(client, 1);
pingActive[0] = true;
PrintToChat(client, "[SM] 'Skull' Ping (re)placed.");
RemovePing3();
pingEntity3 = SpawnPing(client, 0);
pingActive[3] = true;
PrintToChat(client, "[SM] 'Star' Ping (re)placed.");
}
return Plugin_Continue;