Location: Schwelm
Occupation: Immobilien-Verwalter / Serveradministrator
wcf.user.option.userOption53: Nein
Quoted from ""TempletonPeck""
Nimm das hier
http://addons.eventscripts.com/addons/view/AntiCamp_SchuMod">http://addons.eventscripts.com/addons/v ... mp_SchuMod</a>
Location: Schwelm
Occupation: Immobilien-Verwalter / Serveradministrator
wcf.user.option.userOption53: Nein
Quoted from ""TempletonPeck""
Nimm das hier
http://addons.eventscripts.com/addons/view/AntiCamp_SchuMod">http://addons.eventscripts.com/addons/v ... mp_SchuMod</a>
Ich verwende das auch auf meinem Server und alles läuft super. Kannst ja auch kurz bei uns vorbeischauen und dir das mal anschauen, falls du dir unsicher bist.
Location: Schwelm
Occupation: Immobilien-Verwalter / Serveradministrator
wcf.user.option.userOption53: Nein
Location: Schwelm
Occupation: Immobilien-Verwalter / Serveradministrator
wcf.user.option.userOption53: Nein
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
//************************************************************** // Slap Mode //*********** // Sets whether to physically move a player who is slapped by // the script. // 0 = No player movement // 1 = Player moves when slapped // // Default "0" // slap_mode "0" //************************************************************** // Minimum Health //**************** // Players at or under minimum health won't be punished. // // Default "10" // min_health "10" //************************************************************** // Money Drain //************* // Amount of cash taken every time a player is punished. // // Default "0" // takecash "0" //************************************************************** // Health Drain //************** // Amount of health taken every time a player is punished. // WARNING: If this is set too high it can cause players to die at // the end of a map. This can negatively affect stats in some // stat recording addons. // // Default "0" // health_slap "0" |