Jump to content

TrmPlmn

Members
  • Posts

    54
  • Joined

  • Last visited

Everything posted by TrmPlmn

  1. TrmPlmn

    Topic

    No i mean Vortex Color in objects it's same light same Night Object
  2. TrmPlmn

    Topic

    hello , i mean how to use vortex with objects in 3ds max and be apply in gta sa is there Editor for it ?
  3. TrmPlmn

    Topic

    what about vortex in gta sa with 3ds max
  4. TrmPlmn

    Topic

    Nice its work but why when i export dff file the textrue change in GTA SA but i don't change anything Vortex Color Remove why
  5. TrmPlmn

    Topic

    How i can load textrue for Object i take dff from GTA SA but how to load Txd in 3Ds Max
  6. TrmPlmn

    Topic

    i have it now and i know how export dff file by Kam's Max Scripts but i don't know how i can make col file by same script i don't know how Kam's Max Scripts work with col
  7. TrmPlmn

    Topic

    Ok thank you i will download it
  8. TrmPlmn

    Topic

    i press ( S + Type Size ) what do after that And Object Size has change but when i export it dff and col not change
  9. TrmPlmn

    Topic

    i want steps to export object dff and col now i import Object and change size to 0.1 when i export dff nothing change and col file size 0
  10. TrmPlmn

    Topic

    what select in game ro and dff Folder
  11. TrmPlmn

    Topic

    hello when i edit object from gta sa dff in blender when i finsh the File i Export it dff and col by DargonDff but after export , dff file have same size before edit and col file size 0 what is problem
  12. thank you it's work
  13. how i can make col have same dff collision
  14. Ok i will send it for you now
  15. hello i have file of object dff + txd + col i donot have problem in dff and txd but col is not same the object who can create col same dff file thank you
  16. TrmPlmn

    رقم

    ضبط شكرا
  17. TrmPlmn

    رقم

    yesterday at 15:26
  18. TrmPlmn

    رقم

    جربت اعوض بالمتغير للقيمة اللي مطلوب تتغير ولا ضبط ممكن مثال على نص او صوره ؟
  19. TrmPlmn

    رقم

    1
  20. TrmPlmn

    رقم

    كيف اقدر اخلي متغير وظيفته يرتفع من رقم 1 الى 100 ويرجع من 100 الى 1
  21. يعطيك الف عافيه مضبوط اقدر اخلي متغير يزيد من رقم الى رقم ثم ينقص من الرقم الاخير للاول 1 > 100 ثم 1 < 100
  22. اذا على انها تضر الخادم لا لكن ممكن تجيب خطا بالدي بق اذا حط قيمة وهميه مثلا لو حط 4 والحد اساسا 3 تقدر تسوي مثال بسيط على حفظ متغير ووقت دخول اللاعب يدخل والقيمة اللي يبيها موجوده ؟ Test = Number انا اللاعب حطيت Number = 2 ابي اذا طلعت يحفظها واذا رجعت تبقى القيمة Test = 2 ماتقصر
  23. خلاص بعيدا عن المثال حقي انا فكرتي ان فيه قيمة تتغير حسب اختيار اللاعب ومعرفه مسبقا اسمها = Number وهذي Number فيها اختيارات كثير من 1 الى 3 واذا ما اخترت منها بتكون القيمة 0 تلقائي انا ابي مثلا اول مادخلت كانت القيمة Number = 0 انا غيرتها وقلت Number = 1 ابي اذا دخلت مره ثانيه يقولي Number = 1 بالكلاينت طبعا للشخص لحاله يعني
  24. بس المشكله ان القيم المتغيره كلاينت وهذا سيرفر
  25. -- اللي اقصده Test = Number Number هذي القيمة بتتغير لسبب معين هل فيه خطأ ؟ function onPlayerQuit ( ) local playeraccount = getPlayerAccount ( source ) if ( playeraccount ) and not isGuestAccount ( playeraccount ) then local Test = Number setAccountData ( playeraccount, "JustTest", Test ) end end function onPlayerLogin (_, playeraccount ) if ( playeraccount ) then local GetTest = getAccountData ( playeraccount, "JustTest" ) if (JustTest) then Test = Number end end end addEventHandler ( "onPlayerQuit", getRootElement ( ), onPlayerQuit ) addEventHandler ( "onPlayerLogin", getRootElement ( ), onPlayerLogin )
×
×
  • Create New...