Jump to content

BLACKHACK

Members
  • Posts

    69
  • Joined

  • Last visited

Posts posted by BLACKHACK

  1. Well , it have points and money but i don't get money or points when i finish a map , and if i fell i loose points....

    I got the solve from "Sora"

    here it is :

    Go to Race.zip then folder modes

    Directory :

    \mods\deathmatch\resources\[gamemodes]\[race]\race\modes

    open file called :

    destructionderby.lua

    with lua editor

    search for this line :

    showMessage(getPlayerName(activePlayers[1]) .. ' is the final survivor!', 0, 255, 0) 
    

    then type under it :

    local randomMoney = math.random(300,500) -- You can change the ammount 
    givePlayerMoney(activePlayers[1],randomMoney) 
      
    

  2. ادري ان الريس موجود

    !!معلومة جديدة

    انا قصدي سكربتات مثل الشوب حج الريس الي فيه تصليح ... الخ

    وزي مثلا لوحة للاعب فيه الـ

    states

    يعني اي شيء مفيد

  3. 122_11308010530.gif

    أريد سكريبت الفلوس للريس مع جائزة للفائز

    لو سمحتم لو أي سكريبت للريس ممكن يفيدني

    عشان أنا عندي سرفر العب عليه مع أصدقائي

    لو سمحتم , وشكراً

  4. Alt-tabbing out of a game is not a major chore

    Its for me when i use my notebook :lol:

    I don't see what is the problem, I use laptop too and there's no problem with ALT+TAB.

    I dont mean the laptop i mean netbook the small laptop. because the video card is small so its hard to ALT+TAB.

  5. function alivePlayers(p) 
         alivePlayersList = "none" 
         for i, player in ipairs(getAlivePlayers()) do 
              if alivePlayersList == "none" then 
                   alivePlayersList = getPlayerName(player) 
              else 
                   alivePlayersList = alivePlayersList..", "..getPlayerName(player) 
              end 
         end 
         outputChatBox("Alive Players: "..alivePlayersList,p,255,255,255)     
    end 
    addCommandHandler("alive",alivePlayers) 
    

    يعني كود الويكي خطأ ؟

  6. I cant capture that but there is window show up and say:

    "The instruction at 0x14.... referenced memory at 0x00000...

    The memory could not be read"

    then MTA close.

    Im realy boored from this :(

    I tried reinstall but nothing

×
×
  • Create New...