Results 1 to 15 of 26

Threaded View

  1. #1
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy

    How to make Satellite Chams for Gellins Base!

    I would like to tell you this before you post : I did NOT find this on google or leech this. This is my own find so if you were gunna post something related to that like headsup or DeadLinez please figure out what I'm talking about first.

    Now C+P choob friendly!

    First in the Menu.cpp file add this under the last this->AddItemToMenu item.
    Code:
    this->AddItemToMenu("Chams"     ,1, 0);
    Go to Base.cpp file and add this in under the last hack which should be no guns and make it look like this if you haven't changed Gellin's base already.

    Code:
    		if( Menu.mOpt[11].nopt > 0 )//No Guns
    			this->PushToConsole("drawguns 0");
    		else
    			this->PushToConsole("drawguns 0");
    
                    if( Menu.mOpt[12].nopt > 0)//Satellite Chams
                            this->PushToConsole("SkelStencilMode 1");
                    else
                            this->PushToConsole("SkelStencilMode 0");
    There ya go guys! Just add this on to his base and they should work !

    Happy coding.

    I hope this is considered code o.O
    Last edited by Crash; 01-06-2010 at 05:38 PM.

  2. The Following 3 Users Say Thank You to Crash For This Useful Post:

    MGHP (01-15-2010),Panzerelize (01-09-2010),stevens911 (01-31-2010)

Similar Threads

  1. How to make simple chams in C++ pictures (COMING SOON)
    By L96A1_ghille in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 08-05-2009, 09:28 PM
  2. [TUT] How to make a skin for warrock [TUT]
    By TryMe in forum WarRock - International Hacks
    Replies: 7
    Last Post: 07-20-2009, 12:58 AM
  3. TUT how to make tnt work for vista users
    By igotfish1995 in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 07-19-2009, 02:35 PM
  4. FarCry 2 | How to make it work for all!!
    By netanel1000 in forum General
    Replies: 1
    Last Post: 10-25-2008, 06:56 AM
  5. How to make C++ trainers for Warrock
    By cjg333 in forum C++/C Programming
    Replies: 52
    Last Post: 10-15-2008, 10:10 AM