Skip to content

Commit c5b26b3

Browse files
committed
Remove story skins workaround
MTA has supported story skins for a while.
1 parent 53f0ab1 commit c5b26b3

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -708,10 +708,6 @@ addressed in later versions of *amx* and Multi Theft Auto.
708708
ShowPlayerNameTagForPlayer, TextDrawSetProportional,
709709
UsePlayerPedAnims.
710710

711-
- Story character skins (Big Smoke, Ten Penny etc.) are currently not
712-
available in MTA. *amx* will replace these by lookalike skins until
713-
they are added.
714-
715711
Credits
716712
-----------------
717713

amx/server/syscalls.lua

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -167,28 +167,6 @@ local skinReplace = {
167167
[149] = 0,
168168
[208] = 0,
169169
[273] = 0,
170-
171-
-- story skins
172-
[1] = 261, -- The Truth
173-
[2] = 37, -- Mack
174-
[265] = 284, -- Police
175-
[266] = 281, -- "
176-
[267] = 280, -- "
177-
[268] = 72, -- Paul
178-
[269] = 105, -- Big Smoke
179-
[270] = 107, -- Sweet
180-
[271] = 106, -- Ryder
181-
[272] = 112, -- Black jacket, white pants
182-
[290] = 57, -- Rosenberg
183-
[291] = 111, -- Jeans jacket, black pants
184-
[292] = 109, -- Ese
185-
[293] = 83, -- O.G. LOC
186-
[294] = 120, -- Wuzi
187-
[295] = 165, -- Toreno
188-
[296] = 249, -- Pimp
189-
[297] = 24, -- Madd Dog
190-
[298] = 192, -- Cathalena
191-
[299] = 124 -- Claude
192170
}
193171

194172
function AddMenuItem(amx, menu, column, caption)

0 commit comments

Comments
 (0)