Sup People, 
I've made a script, which SHOULD create a ped and let em do their animation, but they are only standing, so they not doing what they should do. 
Here is the code: 
addEventHandler("onResourceStart", resourceRoot, function() 
    local ped = createPed(106, 2479.3000488281, -1653.1999511719, 13.5, 90, 0, 0)  
    setElementFrozen(ped, true) 
    setPedAnimation(ped, "GANGS", "smkcig_prtl", -1, true, true, false) 
end) 
 
There are no errors.