Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/10/19 in all areas

  1. 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.
    1 point
  2. Seria interessante você corrigir a indentação.
    1 point
  3. 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.
    1 point
  4. 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.
    1 point
  5. 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.
    1 point
  6. Você está com resources pesados ou mal otimizados.
    1 point
  7. 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)
    1 point
  8. SetElementFrozen
    1 point
×
×
  • Create New...