Jump to content

Max+

Members
  • Posts

    1,363
  • Joined

  • Last visited

Everything posted by Max+

  1. لووووووووووول , رامات 64 قيقا , ومعالج انتل كور اكستريم 6 انوية وكرت شاشة نيفيديا تاين ! ذا يخليني افصل من الجامعه هههههههههههههههههههههههههه
  2. في الكلاينت بدون روت .. outputChatBox bool outputChatBox ( string text [, int r=231, int g=217, int b=176, bool colorCoded=false ] ) ايوه بالضبط , مايحتاج في الكلاينت + حتى الاعب غير مطلوب في الكلاينت وحياك الله G.King
  3. well for the serverside they can't download it when enter the server but for the client side, viewtopic.php?f=148&t=43499
  4. اما , getTickCount او , getElementData
  5. [b]getRootElement () - هي نفسها root root - كل شي مثلا تبي تسوي تريقر لجميع الاعبين triggerClientEvent ( root, 'Test' , root ) ولو تبي حدث محدد يشتغل تسوي كذا addEventHandler('Start', resourceRoot, + root ضروري فيه فنكشن outputChatBox عشان تتفعل الالوان معك . [/b]
  6. العفو حياك الله ,
  7. Max+

    كوود

    getPedOccupiedVehicle --- تحقق من سيارة الاعب isObjectInACLGroup --- واذا كان في قروب معين setVehicleColor --- تغيير لون السيارة
  8. والله مدري شلون جاي كلامك اليوم . ؟ يعني ضبط معك الحين الكود ولا لا ؟
  9. شرح جميل , وعجبتني طريقة توصيلك للفكرة , واصل يابطل
  10. والله مافهمت منك شي , بس اذا تبي تجيب القروب اذا دخل الاعب الماركر ويطلع بالشات القروب المخصص getElementData او , getAccountData
  11. onClientPlayerDamage weapon: An integer representing the weapon ID the attacker used , ( Nightstick id = 3 ) مثال , function stop ( attacker, weapon, bodypart ) if ( weapon == 3 ) then --if the weapon used was the Police Stick cancelEvent() --cancel the event end end addEventHandler ( "onClientPlayerDamage", getLocalPlayer(), stop ) اتوقع وضحت معك . .
  12. you can't if they delay that's because the lag on the server , you must fix the server and make sure it's on great hosting
  13. Max+

    طلب

    اطرح كودك ,
  14. if it's says ERROR: Couldn't parse config that means , your meta.xml is not good , have some errors , you should try fix the meta then run the local server if the same error try fixing it over and over untill the error go and the server run without any errors , that what i always do for me ,
  15. Max+

    Hydra SKin

    iam , sure if you try to look into google , you will fined it just like i did , http://upload.tjbp.net/hydra.zip
  16. Max+

    طلب

    اسم الايفنت يختلف تماما عن اسم التريقر , setSkin3 ؟ والايفنت skin 1 ?
  17. ادري , بس هم يحبو يستهبلون , وانا شفت التريقرات تمام عندك , بس حبيت اشرح لك ايش هو trigger , مشكلتك , في 2 امر صنع سيارة , cars[source] = createVehicle(id, 1280.65198,-1697.01160,39.43750, rz) else local x, y, z = getElementPosition(source) cars[source] = createVehicle(id, x+5, y, z, 0, 0, 270) ليش مسوي 2 ؟ + if source == 1 or source == 2 or source == 3 ليه مطول ام السالفة ؟ مسوي تيبل ومتحقق منها , ومريح راسك , كودك فيه اخطاْء كثير , وعن نفسي يبي لي فترة امخمخ عليه ,
  18. triggerServerEvent , triggerClientEvent ,
  19. what do you want exactly and , did Dealman work ? if not what errors do you get ?
  20. You Can , open Meta.xml on the admin resource to know witch is serverSide, an ClientSide , to add your script to it ,
  21. is this what are you trying to do ? addEventHandler("onClientVehicleDamage", root, function ( weapon ) local vehicle = getPedOccupiedVehicle ( localPlayer ) if ( vehicle ) and ( weapon and getElementType ( localPlayer ) == 'vehicle' ) then local x, y, z = getElementPosition ( vehicle ) attachElements ( signsound, vehicle ) signsound = playSound3D("alarm.mp3", x, y, z, true ) end end )
  22. شوف هنا , نفس طلبك , viewtopic.php?f=160&t=76908
  23. This function is deprecated. This means that its use is discouraged and that it might not exist in future versions. , use attachElements Also , your Code , is Very Messy .
×
×
  • Create New...