Results 1 to 7 of 7

Thread: I am new in mohaa Server and i want some help

  1. #1

    Question I am new in mohaa Server and i want some help

    1st thanks for easymeat ,, i sent him a message and he told me to put a topic to be better to him to upload files
    the server i made is on windows 8 server it's working well till now . and its a spearhead server

    i uploaded unitedfairplay_spearhead_rcon_admin

    and updated the countdown v in it

    but i want to remove the copyrights or edit it in the map down in red . it writes the unfair play copyrights patch


    2nd and its the important point for me ..

    i want to know how to edit player weapons

    1-when i choose Allies shoutgun it gaves me the axis rifle
    2 when i choose axis shoutgun it gaves me the allies rifle
    3-number of bullets and also the number of the round the default in axis rifle is 5 i need it more
    4-the damage of all weapons i need the damage of the rifles and snipers to be one shot .
    5-the damage of the smg is less than the default
    ----
    3rd i put map fixes to add some new stuffs in the maps , so there is weapons there i need to know if i can disable it so people can't use it ? its not important for me .. i can delete this mod anyway
    but i need a new mod to put some fixes to maps like plans and heavy weapons and guns in the maps

    4th the countdown i want to put the places of the radio location i tried a lot and i failed to know how


    5h i am new but i can understand what u will say just tell me where i can edit .. and i will do my best

    thanks easymeat again for your fast replay

  2. #2

    Default

    i solved the number of bullets but i still can't make the damge of the rifle from one shot and the automatic smgs weapoons damge is less than usual

    and also the mapfixes freazze persons when they use the huge guns .
    also the countdown places i didn't know how , also the patch v of the admin tool i need to remove . it is important

  3. #3

    Default

    To put the damage you whant you need to change on the dmbulletdamage ( i think is this name ).

    To add more places for countdown you need to post the mod so i can tell you witch place you need to change.

    Aswell the same thing for admin tool you have so we can see the place to remove the messague.

  4. #4
    Administrator James's Avatar
    Join Date
    May 2010
    Location
    on the intraweb
    Posts
    3,180

    Default

    doublekill is correct. dmbulletdamage. There is also just bulletdamage, but this is just for single player, the dmbulletdamage is for multiplayer. Just increase the number. if you want it to basically be 1 shot kill (anywhere you hit (whether it's headshot, toorso, leg, arm, etc)) just make the value 999. For the smg, just do the opposite, make the value smaller.

  5. #5

    Default

    ZzZzZzZzZzzz_United-Fairplay_Server_Tool.pk3

    here is the server admin tool open the pak file u will find the countdown i use .. and also weapons and the word i need to remove is

    united-fairplay.de sh serverpatch v2.5

    i searched for it in pak file i didn't find it

  6. #6

    Default

    I have find 2 scripts could doing the messagues.

    Is strange is the mod not printing on my local game.

    The first one is DMNachrichten.scr.

    Do like this and the script will not print:


    main:

    //thread compassgelb
    //thread compassweiss


    end


    And on the DMunited-fairplayServerTool_Global.scr you do like this:

    main:
    //***********************************************
    // Code: Global
    //***********************************************
    //# Execute Global Settings
    thread GlobalSettings

    //# Give Players The Chance To Come In The Server And View The Announcements
    /* <------------------------- Put this
    wait 10.0
    if (level.UFAnnouncement == 1) {
    wait 1.0
    iprintln ("")
    wait 1
    iprintln ("")
    wait 1
    iprintln ("")
    wait 1
    iprintln ("")
    wait 3.5
    }

    if (level.UFText1 != "") {
    if (level.UFAnnouncement == 1) {
    iprintlnbold_noloc (level.UFText1)
    } else {
    iprintln (level.UFText1)
    }
    if (level.UFText2 != "") {
    wait 1.0
    if (level.UFAnnouncement == 1) {
    iprintlnbold_noloc (level.UFText2)
    } else {
    iprintln (level.UFText2)
    }
    }
    if (level.UFText3 != "") {
    wait 1.0
    if (level.UFAnnouncement == 1) {
    iprintlnbold_noloc (level.UFText3)
    } else {
    iprintln (level.UFText3)
    }
    }
    if (level.UFText4 != "") {
    wait 1.0
    if (level.UFAnnouncement == 1) {
    iprintlnbold_noloc (level.UFText4)
    } else {
    iprintln (level.UFText4)
    }
    }
    }
    */ <------------------------ Put this
    end

  7. #7

    Default

    thanks but easymeat had helped me about that <3 thanks all for ur hard efforts

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •