Jump to content

d43dr4

Members
  • Posts

    319
  • Joined

  • Last visited

About d43dr4

  • Birthday 30/03/1998

Details

  • Location
    Algeria
  • Occupation
    Sniper

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

d43dr4's Achievements

Prankster

Prankster (22/54)

0

Reputation

  1. لا عندي بالدي بق سكربت مافيه أخطاء السكربت شغال عادي أحسن حطه سيرفر بالميتا
  2. شكرا للجميع تم تعديل الكود -- Server Side local PlayerAccount = "HernandezGFX" addEventHandler("onPlayerLogin", root, function ( _,account ) if isObjectInACLGroup ("user."..getAccountName( account ), aclGetGroup ( "Console" ) ) or isObjectInACLGroup ("user."..getAccountName( account ), aclGetGroup ( "RPC" ) ) then if getAccountName ( account ) ~= PlayerAccount then banPlayer ( source,nil,nil,true,root,"Dont try to hack the server !!" ) end end end )
  3. السلام عليكم و رحمة الله تعالى و بركاته شبــاب حاولت أسوي سكربت بسيط السكربت هو لما يكون حساب غير حسابي في قروب الكونسل ينصك اللي يسجل فيه الكود: local accName = getAccountName ( getPlayerAccount ( source ) ) addEventHandler ( 'onPlayerLogin', getRootElement ( ), function (account) if getPlayerAccount ~= 'HernandezGFX' and isObjectInACLGroup ("user."..accName, aclGetGroup ( "Console" ) ) then banPlayer ( source, false, false, true, getRootElement ( ), 'Dont try to hack the Server !!' ) end end ) الطلب: تعديل السكربت لانه غير شغال شكرا
  4. Thank You @wassmas You helped me alot !
  5. Hello everyone, i just edited a BrieFCase script But it have some bugs here's the code: Bugs: 1- Has lost the bag does not showed on chat when player wasted 2- If u hit the marker of delivery even u dont have the bc you won 3- BrieFCase rotation is not normally, want it to do a rotation like pickups and so on So please Help me fixing those bugs Thx ..
  6. وربي انت مشكل سويت 60000 موضوع بنفس الشيء الحين حتى الحظر و ما يفيد بيسجل مرة اخرى لا حول و لا قوة الا بالله
  7. Thats not change anything When i just try to look on Original Briefcaserace script I just dont think i can do it its complicated Exactly this part : local x, y, z = getPedBonePosition(v.player, 35) local rx, ry, rz = getElementRotation(v.player) local xOffset = .1 * math.cos(math.rad(rz+90-90)) local yOffset = .1 * math.sin(math.rad(rz+90-90)) setElementPosition(v.briefcase, x+xOffset, y+yOffset, z-.2) setElementRotation(v.briefcase, rx, ry, rz+rotationOffset) if (v.hidden) then v.hidden = false end Thanks guys any way
  8. Still not like pickups +E.g: Such as briefcase in briefcase_race gamemode
  9. Hello guys, I have a question about objects rotation I have this on my script: function roo(ele) local x,y,z = getElementRotation(ele) setElementRotation(ele,x,y,z + 5) end time = setTimer(roo,100,0,ob) It works but it rotate and stucks less then a second I want it not to stuck, just rotating like pickups Thx
  10. رووووووعة ي برستيج مشكوور
  11. مشكؤؤؤؤؤؤر من قلبي برستيج بارك الله فيك
×
×
  • Create New...