Jump to content

By Narkoz

Members
  • Posts

    5
  • Joined

  • Last visited

1 Follower

Details

  • Gang
    SH Gaming
  • Location
    Turkey

Recent Profile Visitors

552 profile views

By Narkoz's Achievements

Vic

Vic (3/54)

0

Reputation

  1. I did it with the functions you said but the ped is spinning so fast how can I slow it down tiklandiX = 0 a = 180 addEventHandler("onClientCursorMove", getRootElement(), function(_, _, x, y) if peds then if pedCheck == true then yeniX = x - tiklandiX px,py,pz = getElementRotation (peds) if a > 360 then a = 0 elseif a < 0 then a = 0 end if yeniX >= 0 then a = a + 1 setElementRotation(peds,0,0,pz + (x/2)) outputChatBox(x) else a = a - 1 setElementRotation(peds,0,0,pz + (x/2)) outputChatBox(x) end end end end) function addLabelOnClick(button, state, absoluteX, absoluteY, worldX, worldY, worldZ, clickedElement) if (clickedElement) then pedCheck = true tiklandiX = absoluteX else pedCheck = false end end addEventHandler("onClientClick", root, addLabelOnClick)
  2. How can I rotate the camera viewed ped left and right with the mouse?
  3. Do you know how to connect to the login panel?
  4. I did a login panel. This panel, now I want the animated opening and closing can I do? If you are interested I'd be happy. My skype adress: ready3die
×
×
  • Create New...