mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-08 13:43:22 +00:00
Merge branch 'master' of github.com:Jackzmc/sourcemod-plugins
This commit is contained in:
commit
5cf5b91603
2 changed files with 15 additions and 10 deletions
|
@ -55,6 +55,14 @@ void SetupTrolls() {
|
|||
SetupTroll("Inverted Controls", "Well, aint it obvious", TrollMod_Constant);
|
||||
SetupTroll("Stagger", "Like a slap, but different", TrollMod_Instant);
|
||||
//INFO: UP MAX_TROLLS when adding new trolls!
|
||||
|
||||
|
||||
// Initialize the default flag values to -1
|
||||
for(int i = 0; i <= MAX_TROLLS; i++) {
|
||||
for(int j = 1; j <= MAXPLAYERS+1; j++) {
|
||||
Trolls[i].activeFlagClients[j] = -1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void AddMagnetFlags(int index) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue