Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #158 from FiveM-Scripts/hotfix
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
ghermans authored Mar 19, 2019
2 parents c099006 + dcf3b40 commit 4f6410a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion police/client/cloackroom.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,10 @@ function SetCopModel(model)
elseif model == "s_m_y_ranger_01" then
SetPlayerModel(PlayerId(), modelHash)
SetPedComponentVariation(PlayerPedId(), 10, 7, config.rank.outfit_badge[rank], 2)
elseif model == "a_m_y_genstreet_01" then

else
-- SetPlayerModel(PlayerId(), modelHash)
SetPlayerModel(PlayerId(), modelHash)
end

giveBasicKit()
Expand Down

0 comments on commit 4f6410a

Please sign in to comment.