Jump to content

Leaderboard

Popular Content

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

  1. متجر مركبات للبيع, الميزة : تقدر تضيف المركبات من داخل السيرفر مباشرة للشراء تواصل على الخاص.
    1 point
  2. السلام عليكم, بعرض لكم متجر الأسلحة. تقدر تشتري شكل للسلاح و الشكل يظهر عند الكل. ولكل شكل مميزات محددة, مثلاً الثلجي : لو قتلت شخص يظهر مكانه رجل ثلجي الكلاسيك : يظهر على كتفك ببغاء. صور : للشراء يرجى التواصل على الخاص.
    1 point
  3. Por algum bug, esse parâmetro opcional não funciona se usar no mesmo instante em que o veículo é criado. Para fazer com que ele funcione, adicione um tempo para que a função seja chamada só depois que o veículo já está criado. Usando um setTimer de 100 milissegundos já resolve. taxi = createVehicle (420, 2472.5, -1688, 13.3) -- Cria um taxi na Grove Street. setTimer (setVehicleDoorState, 100, 1, taxi, 0, 4, false) -- Arranca o capô do taxi em seguida, mas sem deixar ele voando perto do veículo.
    1 point
  4. --// Quick Example local myCol = createColRectangle(1024, 512, 20, 20) --// this is how you create the col local myRadar = createRadarArea(1024, 512, 20, 20, 0, 255, 0, 255, root) --// with radar area you can detect your col easier function onColHit(hit, dim) if getElementType(hit) == "player" then killPed(hit) outputChatBox("You were killed", hit, 255, 0, 0, true) end end addEventHandler("onColShapeHit", root, onColHit) You have 6 types of colshapes, in this example I used the Rectangle one
    1 point
  5. Hello, you can detect when a player is leaving a colshape with onColShapeLeave event. You can also get all players with getElementsByType("player") and then loop through the table and check if the players are in the colshape with isElementWithinColShape
    1 point
  6. Serial:D2029490B4D3C6B8C0D93B57419D4D52 Hello, first of all I apologize for my mistake and I regret this mistake. I have been banned from this game that I have been playing for about 5-6 years and I am aware of my mistake. I've been banned for about 6-7 months. Please forgive me and I beg you to lift my ban. Dear MTA
    0 points
×
×
  • Create New...