American Football Mod; Amerikan Futbolunun Counter-Strike'a uyarlanmış hali, ilk başta player da sıkıntı çekebilirsiniz ama oynamaya alışınca çok zevkli bir hale geliyor.
Kod:
Rardan çıkarttığınız cstrike dosyasını Valve klasörünün içine atınız.
addons/amxmodx/config/plugins.ini dosyasının en alt satırına: football.amxx yazın ve kaydedip kapatın.
Ardından map değiştirin, mod aktif olacaktır.
Kod:
Cvar Ayarları
fm_bots (d:2) - How many football bots are spawned (max 4)
fm_models (d:1) - If enabled, players will use NFL player models
fm_sbmotd (d:"") - MOTD that displays periodically in the gui scoreboard
fm_pumpfake (d:4) - The speed in which the pump fake animation plays (0 to disable)
fm_monthlystats (d:1) - If enabled, stats will be reset monthly and last month stats are randomly shown
fm_onsidelength (d:21) - How many yards the ball has to pass before the opposing team is allowed to recover
fm_quarterclock (d:120) - Amount of time (in seconds) each quarter is
fm_scrimmaxteam (d:5) - If scrim mode is enabled, how many players each team is allowed
Player Komutları
say /qb - This will give the invoker the Quarterback Position
say /help - This will display the help menu
say /start - This will start a new game if people don't want to wait for it to do itself
say /switch - This will switch the invoker to the opposite team
press +USE key (default "e") - This will make the player Speed Burst
press +RELOAD key (default "r") - This will make the player pitch the football
press switch key (default "q") - This will make the player Dive
press radio1 key (default "z") - This will bring up the menu for team switching
press radio2 key (default "x") - This will bring up the player model menu
Admin Komutları
amx_setqb <player> - Forces player to be the QB for their current team.
amx_setdown <#> - Sets the current down for the team with possession of the ball.
amx_setscore <t|ct|1|2> <#> - Sets the score of the given team.
amx_makeburst <player> - Forces the player to use speed burst if he has a burst or not.
amx_makekick <t|ct|1|2> - Stops current down and forces a team to kickoff to the other team.
amx_scrim <on|off|1|0|NULL> - Toggles tournament mode which will disable all team balancing, fumbles and autostart.
amx_teamlock <1|2> - Locks teams so players cannot change or switch
amx_setmodels <Team name> - Enter team name and it loads the teams model and players
amx_end - Forces the current game to end.
amx_shake - Randomly mixes all the teams together. (Admins and bots are untouched)