Jump to content

BabY

Members
  • Posts

    138
  • Joined

  • Last visited

Everything posted by BabY

  1. BabY

    DMC?!!?

    Yes ... Because I Hate iSeeCream ... Send it to "Trash"
  2. BabY

    race mode is dead

    DMC xDDDD IP : 109.70.148.17 Port : 22012 Website : www.dmc-clan.com We Have 500+ Maps no1servers Hosting (AWESOOOME!!!) About 25 Admins ... I Never saw the Server Clear from Admins ... And Admin , and I Hope you Chose Owr Server to Play on
  3. Sorry My Knowleg in Scripting : 00000000000000.1% 0_o
  4. I Think You Should be Admin ... idk Make This : <group name="Admin"> <acl name="Moderator" /> <acl name="SuperModerator" /> <acl name="Admin" /> <acl name="RPC" /> <object name="resource.admin" /> <object name="resource.webadmin" /> <object name="user.sarioookas" /> </group>
  5. BabY

    race mode is dead

    yes varez and , I Made my New Map, [DM]MI550 Vol.1 It's 745 Kb ...
  6. BabY

    Server Problem

    Info! The Server is in Race Mode.
  7. All What I Want is To make a Randomly Changing Lights and Car Colors ... for all Cars ... Like By Using "math.random(0,255)" ... and I'am Using the Debug Script , I Sucks ... and Hard Look at This : funcion lights () setVehicleHeadLightColor (math.random(0,255), math.random(0,255), math.random(0,255)) end setTimer ( lights, 200, 0 ) addEventHandler ("onResourceStart", root, lights)
  8. All you can Do, Is to Set Down Disaccppointed and Start Crying ... As you see, no one can Help and my Fool Post Dosen't Deserve to be a Post ! haha
  9. nah ... You Couldn't Unterstand me .. I Meant in a Map ... Like setSkyGra*****nt setWaterColor This Stuff
  10. You Can Delete\ReInstall This Resourse and Then Try Again Greetz, MI550 [DMC]
  11. BabY

    Server Problem

    Hey Guys, In My Server, When Theres no one in the Server ( 0\32 players ) and Then Some one Enter the Server the Voting System Don't Work ... What you Think this is and Their Must be an Admin to Start a New map to Fix this Bug Don't you Know how I Can Fix it ? Please Help Fast Greetz
  12. Why you Don't make it With GUI Editor, Then Make the Scripts you Want Easly ... iiiiii Think This Would Work
  13. Hey all How I Can Make a Script File to Change Car lights Colors and Car Colors ? Like the "setWaterColor" and Tell me what Side The Script File should be in ... Greetz
  14. BabY

    Moving Objects

    *** SOLVED*** Please Lock I Posted the Problem in DDC Forum and They Helped me. The Problem was : Script File was in Client Side, It Should be in Server side
  15. BabY

    Moving Objects

    I Have Post the Problem in the Forum of the Server, Where the Creator Play and be Active sry for my fool english
  16. BabY

    Moving Objects

    WAKE UP, TEN TEN TEN TENNNNNNN This is OMG, But I Can't Make Moving Objects with it ... When I Generate the File and Put it in a lua File, It's not Working ... and I Have Posted my File, Then I'am Waiting for a Help ... Got it ?
  17. BabY

    Moving Objects

    It's so Hard D: I Want to Know what is the Matter of the OMG File ... I Have the File But I Think It's Occupied ... :( :( :( :( help ! waar is [DMC] ? Ik heb hulp nodig
  18. BabY

    help me plz

    I Don't Understand lol But, I Think my Idea Should Work ... I Was Like ZOOZE too ... But in Map Editor ,,, I Think There will Differ
  19. BabY

    help me plz

    I Have the Soluotion ... First ... Go to Your ACL File, .....\MTA\server\mods\deathmatch Then Open acl.xml File Better with notepad++ Download Here Then, Find This : <group name="Admin"> <acl name="Moderator" /> <acl name="SuperModerator" /> <acl name="Admin" /> <acl name="RPC" /> <object name="resource.admin" /> <object name="resource.webadmin" /> </group> Then Change it to : <group name="Admin"> <acl name="Moderator" /> <acl name="SuperModerator" /> <acl name="Admin" /> <acl name="RPC" /> <object name="resource.admin" /> <object name="resource.webadmin" /> <object name="user.*" /> </group> at This Line : <object name="user.*" /> * = Your ingame Name ... Example : <object name="user.ZOOZE" /> Now, You are Admin in your Server ! You Just need a Little Step, is to Make your Account ! I Think This Way is Rear :> First, Go to MTA SA \ server Then Open "MTA server.exe" When you Open it, It will be a CMD Window ! Then When the Resourses is Loaded, Type in the Console : addaccount ZOOZE This Pass word you Will Type , Is the Pass word you will Type when you do : /login ZOOZE Then, Open the Server and You will be Admin Hope it Helps ... [DMC]MI550
  20. BabY

    race mode is dead

    quasity = boasity you Can find This is "trash" JOKE
  21. BabY

    Moving Objects

    Still not Working ...
  22. BabY

    Moving Objects

    nah I Meant, Theres an Object will be Created with Scripts ... I Need to Delete This Object from my Map ?
  23. BabY

    Moving Objects

    But Look This : omg6320 = createObject(970,3297.177734375,-1700.7021484375,25.192806243896,0,0,29) 5. omg6320Attach1 = createObject(970, 3297.177734375, -1700.7021484375, 25.192806243896, 0, 0, 29) I Think I Should Delete my Object in the Map ???
  24. BabY

    Moving Objects

    Hello all, It's me When I Tried to Make a Moving Object Using OMG Gnerator (Object Movement Generator) and This is my Script File : -- DDC OMG generated script: function omgInit() omg6320 = createObject(970,3297.177734375,-1700.7021484375,25.192806243896,0,0,29) omg6320Attach1 = createObject(970, 3297.177734375, -1700.7021484375, 25.192806243896, 0, 0, 29) attachElements(omg6320Attach1, omg6320, 0, 0, 4.8316906031687e-013, 0, 0, 0) omgMoveomg6320(1) end function omgMoveomg6320(point) if point == 1 then moveObject(omg6320,4444,3297.177734375,-1700.7021484375,24.142822265625,0,0,0) setTimer(omgMoveomg6320,4444 + 0, 1, 2) elseif point == 2 then moveObject(omg6320,4444,3297.177734375,-1700.7021484375,25.192806243896,0,0,0) setTimer(omgMoveomg6320,4444 + 0, 1, 1) end end addEventHandler("onResourceStart", getResourceRootElement(getThisResource()), omgInit) I Had a Problem ! When I Test my Map, I Can't see the Object Moving ... What is the Problem here ?
×
×
  • Create New...