mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 12:33:20 +00:00
13 lines
No EOL
292 B
C++
13 lines
No EOL
292 B
C++
#if defined _tkstopper_included_
|
|
#endinput
|
|
#endif
|
|
#define _tkstopper_included_
|
|
|
|
enum TKImmunityType {
|
|
TKImmune_Teamkill = 1,
|
|
TKImmune_ReverseFriendlyFire = 2
|
|
}
|
|
|
|
native void SetImmunity(int target, TKImmunityType type, bool value);
|
|
|
|
native bool IsImmunity(int target, TKImmunityType type); |