Jump to content

xE//XenO

Members
  • Posts

    17
  • Joined

  • Last visited

Details

  • Gang
    xTreme EliminatioN
  • Location
    Spain

Recent Profile Visitors

1,142 profile views

xE//XenO's Achievements

Square

Square (6/54)

2

Reputation

  1. xE//XenO

    Game can't start

    http://pastebin.com/ZJHhGJfL also it happens in other games i tried it right now and i can't play nothing
  2. xE//XenO

    Game can't start

    Hey, today i tried to play MTA but i got a error. All is updated and i tried reinstalling GTA:SA and MTA but still, also tried reinstalling direct3D and nvidia drivers but still dont working My computer specs: GeForce GTX 745 | Driver version 378.49 | Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz | 15.94 GB RAM | 1842 x 1026, 60Hz | Windows 10 x64 Error: There was a problem starting MTA:SA Direct3D CreateDevice error: 8876086a Picture http://i.imgur.com/3LyQ0Dx.png
  3. Hey my mapstore dont sreach maps why? If its needed put script here tell it
  4. Hi i have a music player script but when race map have song i hear 2 songs and i wanna disable all map songs but i cant delete all songs i have too much maps and i have no time any help?
  5. I have music player and it sreach but when i try to put a song i cant hear it any help? Thanks!
  6. In race_server.lua delete ------------------------ -- Script integrity test g_IntegrityFailCount = 0 TimerManager.createTimerFor("raceresource","integrity"):setTimer( function () local fail = false -- Make sure all vehicles are valid - Invalid vehicles really mess up the race script for player,vehicle in pairs(g_Vehicles) do if not isElement(vehicle) then fail = true outputRace( "Race integrity test fail: Invalid vehicle for player " .. tostring(getPlayerName(player)) ) kickPlayer( player, nil, "Connection terminated to protect the core" ) end end -- Increment or reset fail counter g_IntegrityFailCount = fail and g_IntegrityFailCount + 1 or 0 -- Two fails in a row triggers a script restart if g_IntegrityFailCount > 1 then outputRace( "Race script integrity compromised - Restarting" ) exports.mapmanager:changeGamemode( getResourceFromName('race') ) end end, 1000,0 ) In race_client.lua delete ------------------------ -- Script integrity test setTimer( function () if g_Vehicle and not isElement(g_Vehicle) then outputChatBox( "Race integrity test fail (client): Your vehicle has been destroyed. Please panic." ) end end, 1000,0 )
  7. Hey i have a music player for my server but when i try to sreach it i have this error: Es konnte kein Ergebniss gefunden werden
  8. xE//XenO

    Resource

    yeah but i mean music player for race with music queue
  9. xE//XenO

    Resource

    its not proprietary its by d4mn server and it is on other idk from where they have it and on mta community i didnt found
  10. xE//XenO

    Resource

    Anyone know where i can download this script? (music player) http://i.imgur.com/M03dKSz.png
  11. i fixed it just i needed to remove something from 2 race files and done :D!
  12. When i try to change my race settings for example from true to false i can do it but nothing changes i tried to restart script and reupload it but still and the settings get saved what i did put but nothing happends any help :x?
×
×
  • Create New...