Thread: help?

Results 1 to 3 of 3
  1. #1
    moemoe001's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0

    help?

    hey all

    i recently downloaded the mod called "Prophunt"

    its an awsome mod. Thank you to ZXZ, EZR, AND AZUMIKKEL

    BUT the real problem i hve is the bomb planting.

    when i start the mod i start it in S&D mode.

    now when players come in they automatilcally start planting the bomb if they r "seekers"

    AND the "hiders" for some reason cannot defuse

    now i went back into the scripts put in some sd_dvar codes but it still remains the same.

    i would like to know if there is a code or script that i could add to stop "seekers" from planting
    or hve "hiders" defuse?

    BTW
    i searched on this site and others with lil to no results

    thx in advance to all that reply
    Last edited by moemoe001; 08-25-2011 at 07:04 PM. Reason: forgot to put "help request"

  2. #2
    Heartview's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    KY Cygni
    Posts
    9,202
    Reputation
    717
    Thanks
    2,890
    Moved to GSC Help.
    Texture Mods


    Obedear, the sky is low

  3. The Following User Says Thank You to Heartview For This Useful Post:

    moemoe001 (08-26-2011)

  4. #3
    mathieutje12's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Close to my PC
    Posts
    578
    Reputation
    14
    Thanks
    166
    My Mood
    Angelic
    In the mod is an anti-plant system when I am right. I think u or sombody wasted it.
    Add onplayerspawned: self thread noplant();
    And place this code here below somewhere in ur _rank.gsc
    Code:
    noPlant()
    {
    self endon("death");
    self endon("disconnect");
    
    while(1){
    if(self getCurrentWeapon() == "briefcase_bomb_mp"){
    self takeWeapon("briefcase_bomb_mp");
    self iPrintlnBold("^5No planting!"); }
    wait 0.05; 
    }

  5. The Following User Says Thank You to mathieutje12 For This Useful Post:

    moemoe001 (08-26-2011)

Similar Threads

  1. [Help Request] Combat arms Vid help
    By djw111 in forum Combat Arms Help
    Replies: 4
    Last Post: 12-24-2011, 05:06 PM
  2. [Help Request] AFK Bot [help]
    By fet in forum Combat Arms Help
    Replies: 7
    Last Post: 04-28-2011, 03:17 AM
  3. [Help Request] Injector Admin help
    By asdfgas in forum Combat Arms Help
    Replies: 4
    Last Post: 04-27-2011, 06:12 PM
  4. [Help Request] Ajuda / Help
    By - Battery' in forum Combat Arms BR Coding Help
    Replies: 3
    Last Post: 04-22-2011, 07:15 PM
  5. [Help Request] Help my!
    By Windowns7 in forum Combat Arms BR Coding Help
    Replies: 2
    Last Post: 04-18-2011, 01:41 PM