Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. thePlayer --- = لازم تعرفة getRootElement ---- = للكل عكس السورس source -- للاعب نفسة و تكون مثل localPlayer يعني معرفة مايحتاج تعريف #
  2. Ok,Now work's fine thank's "TAPL" .
  3. Ammm I really do not know this, but will I check this now!
  4. No, it added, and I'm sure of it .
  5. Hello Guys , I Have Problem With My Script It's Not A Problem Realy ._. But It's Problem For Some People My Script : ----------------------- -- ** Buy Admin's Script -- Created By Mr.Pres[T]ege -- Ver 1.0.0 -- Mail : [email protected] ---------------------- xAddToGroupFunction_ = function ( Group,Price,Name ) local account = getAccountName(getPlayerAccount(source)); if isGuestAccount(getPlayerAccount(source)) then return outputChatBox(" * You Should Register First!",source,255,0,0,true); end if isObjectInACLGroup("user."..account, aclGetGroup(tostring(Group))) then return outputChatBox("** You Are AlReady Have This Rank ! ",source,255,0,0,true); end if ( getPlayerMoney ( source ) >= tonumber(Price)) then takePlayerMoney ( source , tonumber(Price)) aclGroupAddObject (aclGetGroup( tostring(Group)),"user."..account); outputChatBox("** You Have Been Bought| "..Name.." | "..Price.." $",source,0,255,0,true); else outputChatBox("** You Don't Have Money",source,255,0,0,true); end end addEvent("Accept:the:request",true) addEventHandler("Accept:the:request",root,xAddToGroupFunction_) The problem is that the script works Great in my host but it's not work in my friend server! When the player trying to buy a rank the script not give the player the rank ! I hope that someone will help me Thank you #
  6. ماعندك مشكلة #
  7. نقول 50 كـ بداية؟ كم تتوقع ذذ
  8. تأتي مع لوحة GameCPX للمدة شهر مجانا وشهر تاني سعر GAMECPX 15$ مميزاتها 1- تدعم 95 لعبة 2- محمي 100% 3 - نظام دعم فني 4- game monitor لكل سيرفر واكتر من ناحيتك وش أفضل خادم عندكم ؟ يصلح لـ استضافة #
  9. مايكرو! عزيزي بـ النسبة للعروض VPS | مع تحكم الالعاب تقدر تقول استضافة؟
  10. أكيد بس وش تقصد بـ جبت العيد من أي ناحية بـ الموضوع ماطرحت ولا كود الا واحد و سيرفر وشغال 100 % بـ عد قراءة الويكي
  11. وين الاي بي ؟ ورني اياهـ ودي اشوفها ذذ
  12. اذا تبيه لعالم وهمي استخدم getElementDimension امم في عالم وهمي؟ gui يصير نحط نافذه جالس اخترع وظيفةةة قريبا : getGUIDimension
  13. ههه وش نسوي اجل بنصم الويكي عن غيب ض1 و برستيج جاب العيد بعد ههههههه من أي نقطة # addEventHandler ( "onPlayerJoin", getRootElement(), function ( ) if ( getPlayerSerial( source ) == "Serial" ) then outputChatBox("Welcome "..getPlayerName(source).." ",root,255,0,0,true); end end );
  14. Maybe It's Some Time's Need To Use Folder .
  15. Easy To Edit Resource File's .
  16. Client string getPlayerSerial ( )
  17. Really? I have no mind to delete if it bother you .
  18. Is this a problem for you?, if it's a problem I'm going to contact with Town To delete it from the community!
  19. What? Do You Have This Resource In Your Server?
  20. iPrestege

    help

    setElementVisibleTo
  21. العفو #
  22. addEventHandler ( "onClientPlayerWeaponFire", localPlayer, function ( weapon, _, _, hitX, hitY, hitZ ) if ( weapon == 29 ) then local posX, posY, posZ = getPedWeaponMuzzlePosition ( source ) createProjectile ( localPlayer, 16, posX, posY, posZ, 1.0 ) end end ) انسخ الكود بدون ارقام بس الكلام
  23. iPrestege

    help

    addEvent("folosestemasina",true) addEventHandler("folosestemasina",root, function (Veh) local vehName = getVehicleIDFromName(Veh) local x, y, z = getElementPosition ( source ) Vehicle = createVehicle (vehName, 1724.912109375, -1957.73828125, 13.539102554321 ) marker1 = createMarker (801.03125, -1354.1396484375, -1.6207337379456, "checkpoint", 3, 255, 0, 0, 255) createBlipAttachedTo(marker1, 0) setElementData(marker1, "mk1", true ) warpPedIntoVehicle ( source, Vehicle) setTrainDerailable(Vehicle, false) setElementData(Vehicle, "caine", true ) outputChatBox("**The Tour Has Been Started",source,math.random(0, 255), math.random(0, 255), math.random(0, 255),true) end ) function startour () getElementData(marker1, "mk1") givePlayerMoney(source, math.random (200, 600)) marker2 = createMarker(-1943.86328125, 144.46484375, 25.7109375, "checkpoint", 3, 255, 0, 0, 255) createBlipAttachedTo(marker1, 0) setElementData(marker2, "mk2", true ) end addEventHandler("onMarkerHit", marker1, startour) function startour2 () getElementData(marker2, "mk2") givePlayerMoney(source, math.random (200, 600)) getElementData(marker1, "mk1") destroyElement(marker1) marker3 = createMarker(1449.900390625, 2631.845703125, 10.8203125, "checkpoint", 3, 255, 0, 0, 255) createBlipAttachedTo(marker3, 0) end addEventHandler("onMarkerHit", marker2, startour2)
  24. متأكد معك MP5? debugscript 3 .
×
×
  • Create New...