You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
Status: Offline
Joined: May 12, 201014Year Member
Posts: 4,681
Reputation Power: 117
Status: Offline
Joined: May 12, 201014Year Member
Posts: 4,681
Reputation Power: 117
-PurpleKush- wrote
doodoopickle2468 wrote this isn't the right way to acquire private scripts, now if CASINO is bragging about them and posting videos of himself with them all the time, then I support this way, as long as it's not malicious, but I have never even heard of 'Unknown Greg', and last thing, that's not a bodyguard mod, it's a ped spawner

That's where your wrong. That is body guards. When I joined the game, there were peds shooting! I didn't get it on video though. Now tell me that's not body guards.

Also he was showing off his mods. He was ONLY spawning things in front of everyone in the game. Everyone was in Star Junction and he was spawning everything right there so everyone could see.
well I guess you would do what dudeeitsbrian did and add weapons to the ped's inventory, and if he was showing off then have fun
#12. Posted:
SEG_Blaze
  • Wise One
Status: Offline
Joined: Jan 04, 201212Year Member
Posts: 525
Reputation Power: 23
Status: Offline
Joined: Jan 04, 201212Year Member
Posts: 525
Reputation Power: 23
-PurpleKush- wrote
SEG_Blaze wrote We already got that working???? Were releasing soon!

Is there a car color flasher in your release too? ;)
like for what? like lights?
#13. Posted:
VEVO
  • TTG Destroyer
Status: Offline
Joined: Sep 13, 201014Year Member
Posts: 7,299
Reputation Power: 306
Status: Offline
Joined: Sep 13, 201014Year Member
Posts: 7,299
Reputation Power: 306
SEG_Blaze wrote
-PurpleKush- wrote
SEG_Blaze wrote We already got that working???? Were releasing soon!

Is there a car color flasher in your release too? ;)
like for what? like lights?
I believe he means the color of the car. Like if it strobes colors?
#14. Posted:
SEG_Blaze
  • Wise One
Status: Offline
Joined: Jan 04, 201212Year Member
Posts: 525
Reputation Power: 23
Status: Offline
Joined: Jan 04, 201212Year Member
Posts: 525
Reputation Power: 23
VEVO wrote
SEG_Blaze wrote
-PurpleKush- wrote
SEG_Blaze wrote We already got that working???? Were releasing soon!

Is there a car color flasher in your release too? ;)
like for what? like lights?
I believe he means the color of the car. Like if it strobes colors?
oh yeah of course.
#15. Posted:
Status: Offline
Joined: May 12, 201014Year Member
Posts: 4,681
Reputation Power: 117
Status: Offline
Joined: May 12, 201014Year Member
Posts: 4,681
Reputation Power: 117
Here is the source code for the car color changer, to make it flash constantly, you just add a loop to it. I would recommend using Evade's dual script loader and just compile this to modscript2.sco just to be certain this will work.


        //check if the player is in a car, otherwise there'll probably be issues or at the very least wasted cpu cycles
        if (IS_CHAR_IN_ANY_CAR(GetPlayerPed()))
        {
            //get the car and put it into a variable called car
            Car car;
            GET_CAR_CHAR_IS_USING(GetPlayerPed(), &car);

            //generate random numbers between 0 and 133 for the random colours, these are picked from the carcols.dat iirc
            int one;
            GENERATE_RANDOM_INT_IN_RANGE(0,133,&one);
            int two;
            GENERATE_RANDOM_INT_IN_RANGE(0,133,&two);
            int three;
            GENERATE_RANDOM_INT_IN_RANGE(0,133,&three);
            int four;
            GENERATE_RANDOM_INT_IN_RANGE(0,133,&four);

            //change the car colour and then the extra colours for the car, done
            CHANGE_CAR_COLOUR(car, one, two);
            SET_EXTRA_CAR_COLOURS(car,three,four);
        }
#16. Posted:
-DigitalHD-
  • TTG Natural
Status: Offline
Joined: Jun 22, 201113Year Member
Posts: 940
Reputation Power: 38
Status: Offline
Joined: Jun 22, 201113Year Member
Posts: 940
Reputation Power: 38
SEG_Blaze wrote
VEVO wrote
SEG_Blaze wrote
-PurpleKush- wrote
SEG_Blaze wrote We already got that working???? Were releasing soon!

Is there a car color flasher in your release too? ;)
like for what? like lights?
I believe he means the color of the car. Like if it strobes colors?
oh yeah of course.

Yea like the car color changer into single colors, then being able to cycle through all the colors. When is the planned release date?
#17. Posted:
Fluby
  • New Member
Status: Offline
Joined: Mar 19, 201212Year Member
Posts: 48
Reputation Power: 2
Status: Offline
Joined: Mar 19, 201212Year Member
Posts: 48
Reputation Power: 2
LOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOL Sorry but im gonna spam Casino cuz I want him to release the mods... Ima Troll :trollin:
#18. Posted:
SEG_Blaze
  • Wise One
Status: Offline
Joined: Jan 04, 201212Year Member
Posts: 525
Reputation Power: 23
Status: Offline
Joined: Jan 04, 201212Year Member
Posts: 525
Reputation Power: 23
-PurpleKush- wrote
SEG_Blaze wrote
VEVO wrote
SEG_Blaze wrote
-PurpleKush- wrote
SEG_Blaze wrote We already got that working???? Were releasing soon!

Is there a car color flasher in your release too? ;)
like for what? like lights?
I believe he means the color of the car. Like if it strobes colors?
oh yeah of course.

Yea like the car color changer into single colors, then being able to cycle through all the colors. When is the planned release date?
ohhh yeah, it will be random tho, you wont be able to choose. like pay & spray. & there is none.when its done its done. when it works we release
#19. Posted:
Gully
  • Prospect
Status: Offline
Joined: Aug 25, 201113Year Member
Posts: 612
Reputation Power: 30
Status: Offline
Joined: Aug 25, 201113Year Member
Posts: 612
Reputation Power: 30
If you are a Modding Pro how come you dont have his scripts??
#20. Posted:
bball2356
  • Resident Elite
Status: Offline
Joined: May 04, 201113Year Member
Posts: 212
Reputation Power: 9
Status: Offline
Joined: May 04, 201113Year Member
Posts: 212
Reputation Power: 9
Fluby wrote LOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOL Sorry but im gonna spam Casino cuz I want him to release the mods... Ima Troll :trollin:

same LOLOL poop,,,, :trollin:
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.