Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/10/23 in all areas

  1. Cu aceasta functie vei putea detecta daca un jucator/npc foloseste o animatie sau nu Exemplu: bindKey("i", "down", function() if isPedDoingAnim(localPlayer) then outputChatBox("Folosesti o animatie", 255, 255, 255, true) else outputChatBox("Nu folosesti o animatie", 255, 255, 255, true) end end) function isPedDoingAnim(theElement) if isElement(theElement) and getElementType(theElement) == "ped" or getElementType(theElement) == "player" then local block, anim = getPedAnimation(theElement) if block ~= nil and anim ~= nil then return true else return false end end end
    1 point
  2. Some new clips: New Lighting System https://streamable.com/wc8yo2 Radio System: https://cdn.discordapp.com/attachments/1153391111717539860/1157709179734208522/projectv-radiosystem.mp4?ex=651b9271&is=651a40f1&hm=0c6e6a044e1250978f0316ea35a76ed7418370f83b752805a08c6fd55f9be1cc&
    1 point
×
×
  • Create New...