Jump to content

AE.

Members
  • Posts

    404
  • Joined

  • Last visited

Everything posted by AE.

  1. upload it on imgur and copy the link and got to reply box you will find on the down right corner "inset other media" press on it choose "insert image from url" and put the link
  2. i don't understand you post a screenshot
  3. write in the console (F8) debugscript 3 and post what shows on the screen
  4. حط السطر اللي تنادي فيه الفنكشن
  5. addEventHandler ( 'onPlayerChat', root, function ( ) cancelEvent () end) جرب ذا لو طلع الكلام في الشات معناها في شئ غلط لو ماطلع معناها في شئ غلط من التحققات اللي سووها فوق
  6. dxDrawText(text, sx+1, sy+1, sx, sy, tocolor( 255, 255, 255, 255 ), (size or 1.4)-(distanceBetweenPoints / distance), font or "default-bold", "center", "center",false,false,false,true) بدل وجرب
  7. حط سطر dxDrawText او حط كود الكلينت كامل
  8. where is the player ? use localPlayer
  9. post the line where you call the function onSavePress
  10. انت ماحطيت ارقمنت الاكونت داخل التريجر كيف متوقع الفنكشن يتعرف عليه ؟ بالسحر مثلا
  11. AE.

    PVP Script

    pa3ck helped you
  12. but this must be client side
  13. mybool = false function spawntruck (truckElement) if ( isElement(truckElement) and getElementType(truckElement) == 'player' ) then if mybool == true then destroyElement(TruckVehiclesTable[truckElement]) end local truckVeh = getPedOccupiedVehicle(truckElement) mybool = true local x, y, z = getElementPosition (truckElement) local rotX, rotY, rotZ = getElementRotation (truckElement) TruckVehiclesTable[truckElement] = createVehicle (515, x-5, y, z+2) setElementRotation (TruckVehiclesTable[truckElement], rotX, rotY, 90) warpPedIntoVehicle (truckElement, TruckVehiclesTable[truckElement]) delivmark = createMarker(-1355.6999511719, -506.20001220703, 13.10000038147, "cylinder", 3, 42, 214, 153, 100) --this is the location. deliverBlip = createBlipAttachedTo ( delivmark, 52 ) --the blip I want on the destination marker. setBlipSize ( myBlip, 1 ) outputChatBox ("You have took on the role of goods courier, deliver the goods to the dollar blip to get your reward", truckElement, 0, 255, 0) outputChatBox ("Do NOT leave the vehicle or it will be destroyed and your mission will fail!", truckElement, 255, 0, 0) end end addEventHandler("onMarkerHit", startdelmark, spawntruck) make sure to set mybool to false when you destroy it .
  14. @A7MEDENO ناقص التريجر + واحد ساعده خلاص مب لازم مليون واحد يحط الحل حقه المهم انه المشكلة اتحلت لما تكتب كود اضغط علي علامة <> عشان يطلع الكلام زي كدة --your code
  15. ماظن انك تعبت نفسك وكتبت ف جوجل اي شئ او دخلت تدور عليه https://community.multitheftauto.com/?p=resources&s=details&id=13506
  16. اخطأه الكثير لغبطتني مالحظتها
  17. ناقصك end ف server + ليش مسوي لوب ؟ --Server function suckit(hna) if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(hna)), aclGetGroup("Event")) then triggerClientEvent("opwnd",source) end end addCommandHandler ("test2",suckit)
  18. addCommandHandler isObjectInACLGroup triggerClientEvent addEvent addEventHandler guiSetVisible
×
×
  • Create New...