Skip to main content

PlayerSwapModel

Description

Just like PedSwapModel, but does not require the ped argument, as it defaults to the player.

function PlayerSwapModel(model) --[[ ... ]] end

Parameters

  • model: string - Ped model name to swap to.

Return Values

...

Example

Swap to Algie.

PlayerSwapModel("NDH1a_Algernon")