mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-18 22:36:03 +01:00
Missing Definition
This commit is contained in:
@@ -229,7 +229,8 @@ end)
|
|||||||
|
|
||||||
-- Change character command
|
-- Change character command
|
||||||
RegisterCommand(config.changeCharacterCommand, function()
|
RegisterCommand(config.changeCharacterCommand, function()
|
||||||
SwitchOutPlayer(PlayerPedId(), 0, 1)
|
local ped = PlayerPedId()
|
||||||
|
SwitchOutPlayer(ped, 0, 1)
|
||||||
Wait(2000)
|
Wait(2000)
|
||||||
FreezeEntityPosition(ped, true)
|
FreezeEntityPosition(ped, true)
|
||||||
SetEntityVisible(ped, false, 0)
|
SetEntityVisible(ped, false, 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user