Skip to content

Commit dac8f2c

Browse files
Fix typos
1 parent ef59929 commit dac8f2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

[admin]/acpanel/c_gui_ac.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function aAntiCheatTab.Create ( tab )
2222
local acInfoList = {
2323
{ id=1, desc="Classic health/armour hack detector" },
2424
{ id=4, desc="Detects presence of trainer. Capital letters in the message are for tagging particular trainers" },
25-
{ id=5, desc="Detects use of trainer. " },
25+
{ id=5, desc="Detects use of trainer." },
2626
{ id=6, desc="Detects use of trainer incl.: player movement, health/damage, weapons, money, gamespeed, game cheats, aimbot" },
2727
{ id=7, desc="Detects use of trainer." },
2828
{ id=8, desc="Detects unauthorized mods. Capital letters in the message are for tagging particular items e.g. CLEO - Cleo detected, RENDER - Wall hack detected" },
@@ -60,7 +60,7 @@ function aAntiCheatTab.Create ( tab )
6060

6161
ypos = ypos + 5
6262

63-
local msg = "To turn OFF an AC#, add number to <disabledac> setting in mtaserver.conf and restart server"
63+
local msg = "To turn OFF an AC#, add number to <disableac> setting in mtaserver.conf and restart server"
6464
local label1 = guiCreateLabel ( xpos, ypos, 700, 16, msg, false, tab )
6565
guiLabelSetColor(label1, unpack(colorYellow) )
6666
guiSetFont(label1, "default-bold-small" )
@@ -122,7 +122,7 @@ function aAntiCheatTab.Create ( tab )
122122

123123
ypos = ypos + 5
124124

125-
local msg = "To turn ON a SD#, add number to <enabledsd> setting in mtaserver.conf and restart server"
125+
local msg = "To turn ON a SD#, add number to <enablesd> setting in mtaserver.conf and restart server"
126126
local label1 = guiCreateLabel ( xpos, ypos, 700, 16, msg, false, tab )
127127
guiSetFont(label1, "default-bold-small" )
128128
guiLabelSetColor(label1, unpack(colorYellow) )

0 commit comments

Comments
 (0)