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)
|
if(client == leaderClient)
|
||||||
{
|
{
|
||||||
RemovePing0();
|
RemovePing3();
|
||||||
pingEntity0 = SpawnPing(client, 1);
|
pingEntity3 = SpawnPing(client, 0);
|
||||||
pingActive[0] = true;
|
pingActive[3] = true;
|
||||||
PrintToChat(client, "[SM] 'Skull' Ping (re)placed.");
|
PrintToChat(client, "[SM] 'Star' Ping (re)placed.");
|
||||||
}
|
}
|
||||||
|
|
||||||
return Plugin_Continue;
|
return Plugin_Continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user