mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-07 18:03:20 +00:00
scripts
This commit is contained in:
parent
755c2f24f9
commit
3c88c010ad
17 changed files with 503 additions and 232 deletions
|
@ -4,7 +4,7 @@
|
|||
//Allow MAX_TROLLS to be defined elsewhere
|
||||
#if defined MAX_TROLLS
|
||||
#else
|
||||
#define MAX_TROLLS 33
|
||||
#define MAX_TROLLS 34
|
||||
#endif
|
||||
|
||||
enum trollModifier {
|
||||
|
@ -224,7 +224,7 @@ void ResetClient(int victim, bool wipe = true) {
|
|||
Trolls[i].activeFlagClients[victim] = -1;
|
||||
}
|
||||
}
|
||||
|
||||
BaseComm_SetClientMute(victim, false);
|
||||
SetEntityGravity(victim, 1.0);
|
||||
SetEntPropFloat(victim, Prop_Send, "m_flLaggedMovementValue", 1.0);
|
||||
SDKUnhook(victim, SDKHook_WeaponCanUse, Event_ItemPickup);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue