Skip to content

Commit 2ac8d60

Browse files
fix trail translation, remove/update resource link for lower git size
1 parent 9844729 commit 2ac8d60

File tree

150 files changed

+30
-390
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+30
-390
lines changed

README.md

Lines changed: 26 additions & 1 deletion

addons/sourcemod/scripting/store_item_trails.sp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ int g_iPreviewEntity[MAXPLAYERS + 1] = {INVALID_ENT_REFERENCE, ...};
5252

5353
public Plugin myinfo =
5454
{
55-
name = "Store - Tracers Module",
55+
name = "Store - Trail Module",
5656
author = "nuclear silo, AiDN™", // If you should change the code, even for your private use, please PLEASE add your name to the author here
5757
description = "",
58-
version = "1.4", // If you should change the code, even for your private use, please PLEASE make a mark here at the version number
58+
version = "1.5", // If you should change the code, even for your private use, please PLEASE make a mark here at the version number
5959
url = ""
6060
}
6161

@@ -102,9 +102,9 @@ public void PrefMenu(int client, CookieMenuAction actions, any info, char[] buff
102102
if (actions == CookieMenuAction_DisplayOption)
103103
{
104104
if (g_bHide[client])
105-
FormatEx(buffer, maxlen, "%T", "Enable trails", client);
105+
FormatEx(buffer, maxlen, "%T", "Show trails", client);
106106
else
107-
FormatEx(buffer, maxlen, "%T", "Disable trails", client);
107+
FormatEx(buffer, maxlen, "%T", "Hide trails", client);
108108
}
109109

110110
if (actions == CookieMenuAction_SelectOption)
-154 Bytes
Binary file not shown.
-255 KB
Binary file not shown.
-142 Bytes
Binary file not shown.
-4.25 KB
Binary file not shown.
-147 Bytes
Binary file not shown.
-6.45 KB
Binary file not shown.
-145 Bytes
Binary file not shown.
-6.06 KB
Binary file not shown.

0 commit comments

Comments
 (0)