Leader: star is new default skin
as requested by the server
This commit is contained in:
parent
b5ab4730e6
commit
999e495bc6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user