Single setAnimGroupForChar doesn't work :(

weaita

Новичок
Автор темы
3
0
Lua:
function main()
    while true do
        setAnimGroupForChar(PLAYER_PED, 'woman')
        wait(0)
    end
end

The walking style hasn't changed. I've tried absolutely everything and I can't get it to work. Please HELP!!
 

AlbertPP

Участник
115
7
Lua:
function main()
    while true do
        setAnimGroupForChar(PLAYER_PED, 'woman')
        wait(0)
    end
end

The walking style hasn't changed. I've tried absolutely everything and I can't get it to work. Please HELP!!
Jst try use that script
 

weaita

Новичок
Автор темы
3
0