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
-PurpleKush- wrotewell I guess you would do what dudeeitsbrian did and add weapons to the ped's inventory, and if he was showing off then have fundoodoopickle2468 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.
- 0useful
- 0not useful
#12. Posted:
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- wrotelike for what? like lights?SEG_Blaze wrote We already got that working???? Were releasing soon!
Is there a car color flasher in your release too? ;)
- 0useful
- 0not useful
#13. Posted:
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 wroteI believe he means the color of the car. Like if it strobes colors?-PurpleKush- wrotelike for what? like lights?SEG_Blaze wrote We already got that working???? Were releasing soon!
Is there a car color flasher in your release too? ;)
- 0useful
- 0not useful
#14. Posted:
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 wroteoh yeah of course.SEG_Blaze wroteI believe he means the color of the car. Like if it strobes colors?-PurpleKush- wrotelike for what? like lights?SEG_Blaze wrote We already got that working???? Were releasing soon!
Is there a car color flasher in your release too? ;)
- 0useful
- 0not useful
#15. Posted:
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);
}
- 0useful
- 0not useful
#16. Posted:
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 wroteVEVO wroteoh yeah of course.SEG_Blaze wroteI believe he means the color of the car. Like if it strobes colors?-PurpleKush- wrotelike for what? like lights?SEG_Blaze wrote We already got that working???? Were releasing soon!
Is there a car color flasher in your release too? ;)
Yea like the car color changer into single colors, then being able to cycle through all the colors. When is the planned release date?
- 0useful
- 0not useful
#17. Posted:
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:
- 0useful
- 2not useful
#18. Posted:
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- wroteohhh 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 releaseSEG_Blaze wroteVEVO wroteoh yeah of course.SEG_Blaze wroteI believe he means the color of the car. Like if it strobes colors?-PurpleKush- wrotelike for what? like lights?SEG_Blaze wrote We already got that working???? Were releasing soon!
Is there a car color flasher in your release too? ;)
Yea like the car color changer into single colors, then being able to cycle through all the colors. When is the planned release date?
- 0useful
- 0not useful
#19. Posted:
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??
- 3useful
- 0not useful
#20. Posted:
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:
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.