We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c88a8a commit 67d193eCopy full SHA for 67d193e
newmodels_azul/scripts/optional/debug/s_debug.lua
@@ -63,7 +63,7 @@ end, false, false)
63
addCommandHandler("testspawn", function(thePlayer)
64
local x,y,z = getElementPosition(thePlayer)
65
local _, _, rz = getElementRotation(thePlayer)
66
- spawnPlayer(thePlayer, x,y,z, rz, getElementModelMTA(thePlayer), getElementInterior(thePlayer), getElementDimension(thePlayer))
+ spawnPlayer(thePlayer, x,y,z, rz, getElementModel(thePlayer), getElementInterior(thePlayer), getElementDimension(thePlayer))
67
outputChatBox("Player spawned at current location with skin ID "..getElementModel(thePlayer)..".", thePlayer)
68
end, false, false)
69
0 commit comments