Jump to content

SATAN

Members
  • Posts

    464
  • Joined

  • Last visited

Posts posted by SATAN

  1. And Satan, Altho I don't play DM, I checked out a few of your maps and am very impressed, wish I had the patience for attention to detail!! xlent work..

    thanks a lot man same goes for the kind of maps you make ..i really suck at making those kind of maps so i have great respect for the people who can. :)

  2. 1T31I63eOx.png

    Maybe some of you guys already know that there is an unofficial german mta forum and that it was long time pretty much dead, since the guys who run it just didn't care about it and didn't do anything to keep it alive and because of that the german mta players had no other choise than using the MTA section of the unofficial german samp forums, but this is changing now .. new more motivated people are now in charge of the forums and they (we) currently trying to bring back live into the forum.

    To succeed with this project we need of course some users who are willing to regularly post on the forums and probably a few more moderators too to keep it alive .. so if any germans (or german speaking guys) here on the forums are willing to help establishing a strong and independent german community.. then please come over to http://mta-sa.de and help us, every helping hand is welcome. :]

    A few words im german:

    Ich weiß das viele Bedenken haben was dieses Vorhaben angeht ..und ich teile diese Bedenken, bin mir aber (wie schon oft an andere Stelle erwähnt) sicher das wenn alle mithelfen es ein Erfolg wird und wir zusammen eine ähnliche starke bzw aktive deutsche Community aufbauen können wie dieses der Fall für SAMP ist.

    Also wie gesagt .. jede helfende Hand ist willkommen. :)

    http://mta-sa.de

    - SATAN

  3. your maps a great mate.. but why dont you convert your maps into MTA:SA 1.0.X format and release them on the community center so more people can enjoy your maps? :P

  4. It might be noticable that most servers use the predefined frame limit of 35-37 FPS

    /me stares at SATAN

    i totally forgot about that :P

    well i've now set the fps limit to 300 in the config file .. but it's still stuck at 35/36 ..strange D;

  5. first of all READ its MY server (dumass)

    ok i went to race and found nametags folder ty FOR NO USEFULL INFO

    1.learn how to spell ..you "dumass"

    2.

    please treat other forums members with respect. you might have noticed that it's not always easy for us to understand you.
  6. 1. Create a new folder called "carmods" (or whatever you want) in C:\Program Files\MTA San Andreas\server\mods\deathmatch\resources

    2. put your car mod files (for example infernus.dff and infernus.txd) in this folder

    3. in that folder, create a file called "client.lua"

    4. put this code in the "client.lua", change the coloured parts with the stuff you need (red = is the ID for the car you want to replace, blue = your car mod files) and save the file.

    function replaceCar() 
    txd = engineLoadTXD ( "[color=#000080]infernus.txd[/color]" )
    engineImportTXD ( txd, [color=#BF0000]411[/color])
    dff = engineLoadDFF ( "[color=#000080]infernus.dff[/color]", [color=#BF0000]411[/color])
    engineReplaceModel ( dff, [color=#BF0000]411[/color])
    end
    addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceCar)
    

    5. create a file called "meta.xml" in the folder

    6. put the following code in it and save the file (again -> dont forget to change the coloured parts with the stuff you need)

    <meta>
       <script src="client.lua" type="client" />
       <file src="[color=#000080]infernus.txd[/color]" />
       <file src="[color=#000080]infernus.dff[/color]" />
    </meta>
    

    7. done .. now you got your own resource to replace cars :)

    If you dont know how to use resources on your server, have a look at the mta wiki

    https://wiki.multitheftauto.com/wiki/Server_Manual

    --Push--
    

    please be more patient next time and avoid double posts :wink:

    //edit: hier auf deutsch "klick mich"

×
×
  • Create New...