Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1 from Aleweadan/patch-1
Browse files Browse the repository at this point in the history
Update food.lua
  • Loading branch information
ghermans authored Sep 24, 2017
2 parents 971d587 + aba8fd0 commit 27e87e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/food.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Citizen.CreateThread(function()
Wait(0)
end

local storePed = CreatePed(4, GetHashKey(v.model), v.x, v.y, v.z, v.h, false, false)
local storePed = CreatePed(4, GetHashKey(v.model), v.x, v.y, v.z, v.a, false, false)
SetBlockingOfNonTemporaryEvents(storePed, true)
SetAmbientVoiceName(storePed, v.voice)
TaskStartScenarioInPlace(storePed, "WORLD_HUMAN_STAND_IMPATIENT_UPRIGHT", 0, 0)
Expand Down

0 comments on commit 27e87e8

Please sign in to comment.