Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: How to disable HEALTH in SP missions map?

  1. #1
    Senior Member verruguitens's Avatar
    Join Date
    Mar 2017
    Location
    Argentina
    Posts
    207

    Question How to disable HEALTH in SP missions map?

    Hi friends!!!!, how is for eliminate pot of HEALTH in Mission maps SP ?

    Click image for larger version. 

Name:	shot0000.jpg 
Views:	14 
Size:	286.3 KB 
ID:	2056
    Click image for larger version. 

Name:	shot0001.jpg 
Views:	7 
Size:	297.7 KB 
ID:	2057

  2. #2

    Default

    For specific items:

    In console, type sv_showentnums 1 (may be SP only, but you can always do this in SP to get their ent nums)

    Now you will see the id above each entity.

    In the script use the removeent <ent num> function. So, for that specific canteen in m5l1a it's:


    removeent 445


    For all canteens:


    removeclass health


    The above functions can also be called in-game, if you want to test they work. But obviously for it to be 'permanent', add it to the scripts.
    Last edited by 1337Smithy; March 24th, 2019 at 04:03 AM.

  3. #3
    Senior Member verruguitens's Avatar
    Join Date
    Mar 2017
    Location
    Argentina
    Posts
    207

    Default

    Quote Originally Posted by 1337Smithy View Post
    For specific items:

    In console, type sv_showentnums 1 (may be SP only, but you can always do this in SP to get their ent nums)

    Now you will see the id above each entity.

    In the script use the removeent <ent num> function. So, for that specific canteen in m5l1a it's:


    removeent 445


    For all canteens:


    removeclass health


    The above functions can also be called in-game, if you want to test they work. But obviously for it to be 'permanent', add it to the scripts.
    Wowwwwwww!!! wait my friend!!! i go try!

  4. #4
    Senior Member verruguitens's Avatar
    Join Date
    Mar 2017
    Location
    Argentina
    Posts
    207

    Default

    Quote Originally Posted by 1337Smithy View Post
    For specific items:

    In console, type sv_showentnums 1 (may be SP only, but you can always do this in SP to get their ent nums)

    Now you will see the id above each entity.

    In the script use the removeent <ent num> function. So, for that specific canteen in m5l1a it's:


    removeent 445


    For all canteens:


    removeclass health


    The above functions can also be called in-game, if you want to test they work. But obviously for it to be 'permanent', add it to the scripts.
    Smithy!, but need set cheats 1 to use this commands :S, how can do?, in the Server CFG put cheats 1 and "removeclass health"?... in my server only play this maps MISSIONS, so can disable ALL health, but how can do?

  5. #5
    Senior Member verruguitens's Avatar
    Join Date
    Mar 2017
    Location
    Argentina
    Posts
    207

    Default

    Quote Originally Posted by verruguitens View Post
    Smithy!, but need set cheats 1 to use this commands :S, how can do?, in the Server CFG put cheats 1 and "removeclass health"?... in my server only play this maps MISSIONS, so can disable ALL health, but how can do?
    I already could do it and it works !!! Do you know what I did? I opened the pk3 of the "SP Maps to MP" mod and go to "Maps" folder and locate "m5l1a" map and edit with NOTEPAD and below "main:" copy this:

    removeclass ammoEntity
    removeclass weapon
    removeclass Health

    Not only disabled the HEALTH but also AMMO and WEAPONS! its okay? its perfect!!!!! now I start doing this on all the maps!!!

  6. #6

    Default

    Lol, that's exactly what I told you to do.

  7. #7
    Senior Member verruguitens's Avatar
    Join Date
    Mar 2017
    Location
    Argentina
    Posts
    207

    Default

    Quote Originally Posted by 1337Smithy View Post
    Lol, that's exactly what I told you to do.
    OK ok ok sorry friend of soul!!!, all perfect, u read the message for ONLY SNIPER MOD? i copy and paste u text but allies now have 6 grenades and axies 1, how fix this? i want 1 grenade in allies and axies.

    Other thing! how can put TELEPORTS in the maps? (sp maps) ??? I just need to do this and it would be all luxury

  8. #8
    Senior Member verruguitens's Avatar
    Join Date
    Mar 2017
    Location
    Argentina
    Posts
    207

    Default

    SMITHY! these commands what are they for?

    removeclass rotatingdoor
    removeclass PlayerAlliedDeathmatchStart
    removeclass PlayerAxisDeathmatchStart
    removeclass PlayerDeathmatchStart

  9. #9

    Default

    I think they are fairly self-explanatory...

    I assume you're just looking at a script with these in?

  10. #10
    Senior Member verruguitens's Avatar
    Join Date
    Mar 2017
    Location
    Argentina
    Posts
    207

    Default

    But cant understand

Tags for this Thread

Posting Permissions

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