Page 3 of 10 FirstFirst 12345 ... LastLast
Results 31 to 45 of 150
  1. #31
    Fymh's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Angry
    Quote Originally Posted by seamik View Post
    So every single time the function this mod hook gets called, the menu natives get called. so you're calling drawing shit so often that it's eating memory. Hook something else.
    Thabks, i thought so. By any chance got any functions if you dont mind?

  2. #32
    FelixaAxel2's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    113
    How to create a loop in this base? please post example

  3. #33
    TylerMCG's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    117
    Reputation
    10
    Thanks
    1,689
    Quote Originally Posted by FelixaAxel2 View Post
    How to create a loop in this base? please post example
    Code:
    void Script::onTick()
    in script.cpp loops. just make a function to slow it down if you want. I wouldnt recommend that for anything but checking if the open key is pressed.

  4. #34
    super557's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    1

    Unhappy Sudo Menu I Need elp

    hy can you Help my hum When i put the draw of the Bgg base its say me thise when i finish to do a menu ...
    Attached Thumbnails Attached Thumbnails
    Screenshot_1.png  


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

    AmonRa835 (12-05-2016)

  6. #35
    TylerMCG's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    117
    Reputation
    10
    Thanks
    1,689
    Quote Originally Posted by super557 View Post
    hy can you Help my hum When i put the draw of the Bgg base its say me thise when i finish to do a menu ...
    Use Gyazo and send the link. Much faster then waiting for screenshot approval.

  7. #36
    super557's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    1
    Its say i am not allowed to post a link ...

    - - - Updated - - -

    So When i Finish to edit my Draw Menu take on Bgg and i build Its My :

    bool SpawnedPedHasGodMode already defined in dllmain.obj
    bool centerd already defined in dllmain.obj
    bool firstopenmenu already defined in dllmain.obj
    bool leftpress already defined in dllmain.obj

    Etc .... So Why, And How to fix That ?!

  8. #37
    TylerMCG's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    117
    Reputation
    10
    Thanks
    1,689
    Quote Originally Posted by super557 View Post
    Its say i am not allowed to post a link ...

    - - - Updated - - -

    So When i Finish to edit my Draw Menu take on Bgg and i build Its My :

    bool SpawnedPedHasGodMode already defined in dllmain.obj
    bool centerd already defined in dllmain.obj
    bool firstopenmenu already defined in dllmain.obj
    bool leftpress already defined in dllmain.obj

    Etc .... So Why, And How to fix That ?!
    You answered your own question in that statement. Read it carefully.

  9. #38
    super557's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    1
    Yeah but i d'ont find the dllmain.obj ..

  10. #39
    TylerMCG's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    117
    Reputation
    10
    Thanks
    1,689
    Quote Originally Posted by super557 View Post
    Yeah but i d'ont find the dllmain.obj ..
    Well from what I can tell, try removing the 4 functions it says. I'm not entirely sure where the error came from.

  11. #40
    super557's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    1
    Yeah its not just 4 Function Its all Function For the Menu Like:
    ///////////////////////
    //menu bools
    int submenu = 0;
    int submenuLevel;
    int lastSubmenu[20];
    int lastOption[20];
    bool showCoords;
    bool showInfos;
    bool newTimerTick = true;
    int maxTimerCount;
    int currentOption;
    int optionCount;
    bool optionPress = false;
    int selectedPlayer;
    bool test = false;


    float titlex = 0.845f;
    float titlebox = 0.845f;
    float menutext = 0.745f;
    float backx = 0.845f;
    bool centerd = false;
    int width = 30;




    int titleTextRed = 255;
    int titleTextGreen = 255;
    int titleTextBlue = 255;
    int titleTextOpacity = 255;
    /////////////////////////////
    int menutextcolor[4] = { titleTextRed, titleTextGreen, titleTextBlue, titleTextOpacity };
    int titleTextFont = 7;
    int titleRectRed = 20;
    int titleRectGreen = 20;
    int titleRectBlue = 20;
    int titleRectOpacity = 255;//
    /////////////////////////
    int backgroundRed = 15;
    int backgroundGreen = 15;
    int backgroundBlue = 15;
    int backgroundOpacity = 220;
    ////////////////////////////////
    int optionsRed = 255;
    int optionsGreen = 255;
    int optionsBlue = 255;
    int optionsOpacity = 255;
    int optionsFont = 6;
    /////////////////////////////
    int scrollerRed = 220;
    int scrollerGreen = 220;
    int scrollerBlue = 220;
    int scrollerOpacity = 190;
    /////////////////////////////
    int highlightRed = 49;
    int highlightGreen = 65;
    int highlightBlue = 185;
    int highlightOpacity = 255;
    //////////////////////////////
    int indicatorRed = 255;//
    int indicatorGreen = 44;//
    int indicatorBlue = 55;
    int indicatorOpacity = 255;

    So its for thise i need help because i d'ont Know where the Problem Come ..

  12. #41
    TylerMCG's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    117
    Reputation
    10
    Thanks
    1,689
    Quote Originally Posted by super557 View Post
    -snip-
    I have the BGG base working, Im not sure why yours isnt working.

  13. #42
    super557's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    1
    do you have skype so if you have add my and i show you my its: tigredu96

  14. #43
    kiefertoh's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    1
    Hi erm could u ans one of my qs, the new dlc is coming and they might patch this source of yours why didn't u wait till the dlc is release?idk how to use but i am curious so excuse me for my inexperience, or is it not possible for this source to be patch?

  15. #44
    TylerMCG's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    117
    Reputation
    10
    Thanks
    1,689
    Quote Originally Posted by kiefertoh View Post
    Hi erm could u ans one of my qs, the new dlc is coming and they might patch this source of yours why didn't u wait till the dlc is release?idk how to use but i am curious so excuse me for my inexperience, or is it not possible for this source to be patch?
    From what I understand from one of them telling, they released it now so R* doesnt have time to patch their method so we will have it next update.

  16. #45
    shaowushen's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Will be banned brush money? How much can a brush

Page 3 of 10 FirstFirst 12345 ... LastLast

Similar Threads

  1. [Release] Zombie Mod Base
    By Yamato in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 17
    Last Post: 03-21-2019, 11:33 PM
  2. [Release] [ALL NOOBS COME HERE] L96A1 MOD BASE
    By Vortex in forum Combat Arms Mods & Rez Modding
    Replies: 30
    Last Post: 06-29-2011, 05:20 AM
  3. common_mp.ff and patch_mp.ff Source Files [Modding Resource]
    By HACKINGPIE in forum Call of Duty Modern Warfare 2 Discussions
    Replies: 2
    Last Post: 06-09-2010, 11:56 PM
  4. [Source] Respawn Hack Base(*Fixes Not Posted)
    By |-|3|_][({}PT3R12 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 13
    Last Post: 03-05-2010, 09:58 PM
  5. Counter Strike Source Gun Mod easy install
    By Leon250 in forum General Hacking
    Replies: 2
    Last Post: 08-11-2009, 12:58 PM