add Leader2

This commit is contained in:
BotoX 2018-08-07 22:18:01 +02:00
parent c3140b0a4a
commit ab4e9de4a4
7 changed files with 1272 additions and 0 deletions

View File

@ -0,0 +1,9 @@
//"STEAM_0:0:22286324" // rogan
"STEAM_0:1:32247009" // neon
"STEAM_0:1:39773416" // omar
"STEAM_0:1:15222492" // shitsal
"STEAM_0:0:50822239" // banya
"STEAM_0:1:13348241" // juggernaut
"STEAM_0:1:49355699" // daniel-san
"STEAM_0:0:23670843" // monkey
"STEAM_0:1:12552642" // dad

View File

@ -0,0 +1,5 @@
"UnlitGeneric"
{
"$basetexture" "nide/defend"
"$translucent" 1
}

Binary file not shown.

View File

@ -0,0 +1,5 @@
"UnlitGeneric"
{
"$basetexture" "nide/follow"
"$translucent" 1
}

Binary file not shown.

1236
Leader2/scripting/Leader2.sp Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,17 @@
#if defined _leader_included_
#endinput
#endif
#define _leader_included_
/**
* Returns current leader
*
* @return int Client index of the leader (-1 = null)
*/
native Leader_CurrentLeader();
/**
* Sets the leader
*
* @param client Client index to be set as leader
*/
native Leader_SetLeader(client);