@@ -67,7 +67,7 @@ function aAdminMenu ()
6767 if slap then
6868 aCurrentSlap = slap
6969 guiSetText (aTab1 .Slap , " Slap! " .. slap .. ' _' )
70- if (aSpectator .Slap ) then
70+ if (aSpectator .Slap ) then
7171 guiSetText (aSpectator .Slap , " Slap! " .. slap .. " hp" )
7272 end
7373 end
@@ -132,8 +132,8 @@ y=y+B aTab1.VehicleHealth = guiCreateLabel ( 0.26, y, 0.25, 0.04, "Vehicle Heal
132132 end
133133
134134 local shortNames = {
135- [" Combat Shotgun" ] = " Combat SG" ,
136- [" Rocket Launcher" ] = " R. Launcher" ,
135+ [" Combat Shotgun" ] = " Combat SG" ,
136+ [" Rocket Launcher" ] = " R. Launcher" ,
137137 [" Rocket Launcher HS" ] = " R. Launcher HS"
138138 }
139139 guiListSetColumns (aTab1 .GiveWeapon , {{text = ' ' , width = 0.8 }})
@@ -1038,7 +1038,7 @@ function aClientClick ( button )
10381038 if (aPlayers [player ][' accountname' ] ~= ' guest' ) then
10391039 aPermissions .Show (player )
10401040 else
1041- aMessageBox ( " error" , " This player is not logged in!" )
1041+ aMessageBox ( " error" , " This player is not logged in!" )
10421042 end
10431043 elseif ( source == aTab1 .ACModDetails ) then
10441044 aViewModdetails (player )
@@ -1233,14 +1233,14 @@ function aAdminReloadInfos()
12331233 triggerServerEvent ( " aSync" , localPlayer , " player" , player )
12341234 if (not isSensitiveDataHidden ()) and guiCheckBoxGetSelected (aTab6 .OutputPlayer ) then
12351235 local playerName = aPlayers [player ][" name" ]
1236-
1236+
12371237 if isColorCodeHidden () then
12381238 playerName = removeColorCoding (playerName )
12391239 else
12401240 if playerName :find (' #%x%x%x%x%x%x' ) then
12411241 playerName = playerName .. (' (%s)' ):format (removeColorCoding (playerName ))
12421242 end
1243- end
1243+ end
12441244
12451245 outputConsole (' ' )
12461246 outputConsole ((' Name: %s' ):format (playerName ))
@@ -1444,4 +1444,4 @@ function loadFlagImage( guiStaticImage, countryCode )
14441444 end
14451445 end
14461446 guiStaticImageLoadImage ( guiStaticImage , " client\\ images\\ empty.png" )
1447- end
1447+ end
0 commit comments