mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 19:43:21 +00:00
updates
This commit is contained in:
parent
a1b239f394
commit
6c0e7bc1f2
23 changed files with 726 additions and 108 deletions
|
@ -237,7 +237,7 @@ stock void L4D1_SetPlayerZombieClass(int client, L4D1ZombieClassType class)
|
|||
* @error Invalid client index.
|
||||
*/
|
||||
// L4D2 only.
|
||||
stock L4D2ZombieClassType L4D2_GetPlayerZombieClass(int client)
|
||||
stock any L4D2_GetPlayerZombieClass(int client)
|
||||
{
|
||||
return view_as<L4D2ZombieClassType>(GetEntProp(client, Prop_Send, "m_zombieClass"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue