Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22

Thread: Hi help me?

  1. #11
    Private
    Join Date
    Aug 2013
    Posts
    22
    Thanks
    3
    Thanked 0 Times in 0 Posts
    mitch xf pls.

  2. #12
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Quote Originally Posted by furkan4933 View Post
    mitch xf pls.
    I edited my post with the code that you probably need. But you need to rename the first function and then paste it at the bottom of _weapons.

  3. #13
    Private
    Join Date
    Aug 2013
    Posts
    22
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Mitch View Post
    I edited my post with the code that you probably need. But you need to rename the first function and then paste it at the bottom of _weapons.
    can you help me? Let's talk xfire . I can't

  4. #14
    Private
    Join Date
    Aug 2013
    Posts
    22
    Thanks
    3
    Thanked 0 Times in 0 Posts
    help meeeee all user help me

  5. #15
    Private
    Join Date
    Aug 2013
    Posts
    22
    Thanks
    3
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Mitch View Post
    The function RemoveMG does not exist in maps/mp/gametypes/_weapons.gsc. And that is why the mod doesn't work.

    You can do now two things:
    Comment the line 'thread maps\mp\gametypes\_weapons::RemoveMG();' in zom.gsc by adding // in front of it.
    Or you can find the function and add it or make the function.

    The function that you are probably missing is this. But it is moved to _weapons and renamed to RemoveMG.
    PHP Code:
    Remove_Map_Entity()
    {
        if(
    getCvar("scr_allow_turret") == "")
            
    setCvar("scr_allow_turret""1");
        
    level.allow_turret getCvarInt("scr_allow_turret");

        if (!
    level.allow_turret)
        {
            
    deletePlacedEntity("misc_turret");
            
    deletePlacedEntity("misc_mg42");
        }
    }

    deletePlacedEntity(entity)
    {
        
    entities getentarray(entity"classname");
        for(
    0entities.sizei++)
            
    entities[idelete();

    it doesnt work

  6. #16
    Private
    Join Date
    Jul 2012
    Posts
    76
    Thanks
    9
    Thanked 56 Times in 38 Posts
    Triple posting? Are you serious?

  7. #17
    Private EnergY's Avatar
    Join Date
    Jul 2012
    Posts
    34
    Thanks
    32
    Thanked 2 Times in 2 Posts
    Hi all
    I have dowload the mod, I have test and he work
    Xfire: romain88120 and energyfun !!

  8. #18
    Private
    Join Date
    Jan 2013
    Location
    Hungary
    Posts
    113
    Thanks
    10
    Thanked 74 Times in 45 Posts
    Quote Originally Posted by furkan4933 View Post
    it doesnt work
    It works perfectly.

  9. #19
    Private
    Join Date
    Aug 2013
    Posts
    22
    Thanks
    3
    Thanked 0 Times in 0 Posts
    How? Help me boy?

  10. #20
    Corporal STAUFFi's Avatar
    Join Date
    Aug 2012
    Location
    Germany
    Posts
    269
    Thanks
    106
    Thanked 128 Times in 83 Posts
    What a game type do you use?

Posting Permissions

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