So, I solved this, on the server the SHADER CAR was on, F10 and now it's fine, thank you.
"Activeaza shader pentru vehicule" means activate shader for vehicles.
Faça no lado cliente com sincronização entre os players, quanto ao problema de resetar a animação ao manter distância, tente com os eventos onClientElementStreamIn e onClientElementStreamOut setar novamente para manter o ped com a animação.
Ou também, a outra alternativa seria colocar um timer para definir a animação com um certo intervalo de tempo. Talvez tenha uma solução mais viável porém.
Os dois primeiros timers estão executando ao mesmo tempo (30 segundos depois).
Coloque um dentro do outro, assim o timer vai iniciar só depois que o outro for executado.
Cara, não é recomendável usar resources compilados. Pois você nunca sabe o que realmente tem dentro deles. Pode existir até ameaças ao seu servidor e você não tem como arrumar.
So what do you want? Non-repeated but freezing at last frame?
setPedAnimation(thePlayer, "sunbathe", "parksit_w_in", -1, false, false, false, false)
-- ^^^^^ loop ^^^^^ freeze at last frame
-- this one will not loop and will freeze at last frame:
setPedAnimation(thePlayer, "sunbathe", "parksit_w_in", -1, false, false, false, true)