-
Posts
404 -
Joined
-
Last visited
Everything posted by AE.
-
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
-
i don't understand you post a screenshot
-
write in the console (F8) debugscript 3 and post what shows on the screen
-
setVehicleOverrideLights
-
حط السطر اللي تنادي فيه الفنكشن
-
addEventHandler ( 'onPlayerChat', root, function ( ) cancelEvent () end) جرب ذا لو طلع الكلام في الشات معناها في شئ غلط لو ماطلع معناها في شئ غلط من التحققات اللي سووها فوق
-
PM
-
PM
-
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) بدل وجرب
-
حط سطر dxDrawText او حط كود الكلينت كامل
-
where is the player ? use localPlayer
-
post the line where you call the function onSavePress
-
لازم تطفي مود freeroam
-
انت ماحطيت ارقمنت الاكونت داخل التريجر كيف متوقع الفنكشن يتعرف عليه ؟ بالسحر مثلا
-
but this must be client side
-
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 .
-
@A7MEDENO ناقص التريجر + واحد ساعده خلاص مب لازم مليون واحد يحط الحل حقه المهم انه المشكلة اتحلت لما تكتب كود اضغط علي علامة <> عشان يطلع الكلام زي كدة --your code
-
ماظن انك تعبت نفسك وكتبت ف جوجل اي شئ او دخلت تدور عليه https://community.multitheftauto.com/?p=resources&s=details&id=13506
-
ناقصك end ف server + ليش مسوي لوب ؟ --Server function suckit(hna) if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(hna)), aclGetGroup("Event")) then triggerClientEvent("opwnd",source) end end addCommandHandler ("test2",suckit)
-
addCommandHandler isObjectInACLGroup triggerClientEvent addEvent addEventHandler guiSetVisible
