Jump to content

Ayuda- ¿ Como Darle Una Animacion Ah Un Ped ?


Sombra2014

Recommended Posts

Client

     addEventHandler("onClientResourceStart", resourceRoot, 
        function () 
            local Ped1 = createPed(NS, X, Y, Z, R) ---NS(Numero del Skin) -- Posición y Rotación 
            setPedAnimation( Ped1, "DANCING", "dnce_M_c",-1,true,false,false) -- Animación 
        end 
        ) 

Edited by Guest
Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...