forked from UNLOZE/sm-plugins
add Leader2
This commit is contained in:
@@ -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
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$basetexture" "nide/defend"
|
||||||
|
"$translucent" 1
|
||||||
|
}
|
||||||
Binary file not shown.
@@ -0,0 +1,5 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$basetexture" "nide/follow"
|
||||||
|
"$translucent" 1
|
||||||
|
}
|
||||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -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);
|
||||||
Reference in New Issue
Block a user