Waterbottle Posted March 2, 2007 Share Posted March 2, 2007 (edited) Watterbottle answer please.. Waterbottle/vettefan can you make neon for boats too? and helicopters. and the bmx'es? lol And flash neons?? Boat neons won't be possible through the method I used, and mrobably not through any method I know of. helicopter neons are possible, but why would you want them? I guess I can make them tonight when I get home from work. bmx neons, if they don't work with the bike neons then I'll try to figure it out. and by flash neons do you mean neons that pulsate from dark to light? or from on to off? I guess I could make those by writing a simple script and messing with the alpha channel of each color, but I don't know how much it'll slow down the game. Running the same loop 60 times a second has to slow the game down a bit... I mean that they turn of then on then off en then on etc and why is boat neon inpossible? I mean that they glow under water and can you make a neon cheat that every vehichle/ped etc have random colors? and finch I had it good and now it is so big. Edit: its fixed now. here's one that makes it flash, though I think it looks completely ridiculous. I'm not really sure what you had in mind (should it change at random or a set amount of time? Should it be longer off than on or vice versa?) #cheat Red car flashing neonsR = 255;G = 0;B = 0;wait = 8;color = R + (G << 8) + (B << 16);static count;if( count++ % wait == 0){ for( i = 0; i < 56; i += 4 ) setint(0x0972EFF0+i, getint(0x0972EFF0+i)^color);} To make the neons he change the color of the shadows, the boats have no shadow. The only way I can think of that would be possible for boat neons would be spawning one of the colored light objects and moving it after the boat, however the objects disappear if you move them to far unfortunately. and I'm sure it wouldn't glow underwater anyway. Edited March 2, 2007 by Waterbottle Link to comment Share on other sites More sharing options...
Ubersoldier Posted March 2, 2007 Share Posted March 2, 2007 (edited) Thanks! And what do you mean with: should it change at random or a set amount of time? Should it be longer off than on or vice versa? ??? and if I change: wait = 8; for example too: wait = 5; is it going to flash is faster then?? and I mean that the random colors for example: 2 seconds red 2 seconds green 2 seconds blue etc etc. And can you make neons for objects/trees too ? lol,rofl pimp my VC ;d Edited March 2, 2007 by Ubersoldier Link to comment Share on other sites More sharing options...
Vicecitystories Posted March 2, 2007 Share Posted March 2, 2007 (edited) I wanted to do that nice work WB ( ask wb I asked him how to do it about a week ago ) doesn't madder it's made Edited March 2, 2007 by Vicecitystories Link to comment Share on other sites More sharing options...
Ubersoldier Posted March 2, 2007 Share Posted March 2, 2007 (edited) I wanted to do that nicw work WB what did you want? lol flash neons was my idea lol Thanks! And what do you mean with: QUOTE should it change at random or a set amount of time? Should it be longer off than on or vice versa? ??? and if I change: wait = 8; for example too: wait = 5; is it going to flash is faster then?? and I mean that the random colors for example: 2 seconds red 2 seconds green 2 seconds blue etc etc. Edited March 2, 2007 by Ubersoldier Link to comment Share on other sites More sharing options...
Waterbottle Posted March 2, 2007 Share Posted March 2, 2007 (edited) And what do you mean with: QUOTE should it change at random or a set amount of time? Should it be longer off than on or vice versa? ??? and if I change: wait = 8; for example too: wait = 5; is it going to flash is faster then?? and I mean that the random colors for example: 2 seconds red 2 seconds green 2 seconds blue etc etc. never mind yes #cheat random car flashing neonscolor = (getint(0x08bb3b40)*getint(pplayer)*getint(pplayer+0x30)*getint(pplayer+0x54)) & 0xffffff;wait = 8;static count;if( count++ % wait == 0){ for( i = 0; i < 56; i += 4 ) { setint(0x0972EFF0+i, getchar(0x0972EFF3+i)<<24);setint(0x0972EFF0+i, getint(0x0972EFF0+i) | color); }} Edited March 2, 2007 by Waterbottle Link to comment Share on other sites More sharing options...
Ubersoldier Posted March 2, 2007 Share Posted March 2, 2007 And what do you mean with: QUOTE should it change at random or a set amount of time? Should it be longer off than on or vice versa? ??? and if I change: wait = 8; for example too: wait = 5; is it going to flash is faster then?? and I mean that the random colors for example: 2 seconds red 2 seconds green 2 seconds blue etc etc. never mind yes #cheat random car flashing neonscolor = (getint(0x08bb3b40)*getint(pplayer)*getint(pplayer+0x30)*getint(pplayer+0x54)) & 0xffffff;wait = 8;static count;if( count++ % wait == 0){ for( i = 0; i < 56; i += 4 ) { setint(0x0972EFF0+i, getchar(0x0972EFF3+i)<<24);setint(0x0972EFF0+i, getint(0x0972EFF0+i) | color); }} which colors are that????? Link to comment Share on other sites More sharing options...
Waterbottle Posted March 2, 2007 Share Posted March 2, 2007 And what do you mean with: QUOTE should it change at random or a set amount of time? Should it be longer off than on or vice versa? ??? and if I change: wait = 8; for example too: wait = 5; is it going to flash is faster then?? and I mean that the random colors for example: 2 seconds red 2 seconds green 2 seconds blue etc etc. never mind yes #cheat random car flashing neonscolor = (getint(0x08bb3b40)*getint(pplayer)*getint(pplayer+0x30)*getint(pplayer+0x54)) & 0xffffff;wait = 8;static count;if( count++ % wait == 0){ for( i = 0; i < 56; i += 4 ) { setint(0x0972EFF0+i, getchar(0x0972EFF3+i)<<24);setint(0x0972EFF0+i, getint(0x0972EFF0+i) | color); }} which colors are that????? all. Link to comment Share on other sites More sharing options...
Ubersoldier Posted March 2, 2007 Share Posted March 2, 2007 And what do you mean with: QUOTE should it change at random or a set amount of time? Should it be longer off than on or vice versa? ??? and if I change: wait = 8; for example too: wait = 5; is it going to flash is faster then?? and I mean that the random colors for example: 2 seconds red 2 seconds green 2 seconds blue etc etc. never mind yes #cheat random car flashing neonscolor = (getint(0x08bb3b40)*getint(pplayer)*getint(pplayer+0x30)*getint(pplayer+0x54)) & 0xffffff;wait = 8;static count;if( count++ % wait == 0){ for( i = 0; i < 56; i += 4 ) { setint(0x0972EFF0+i, getchar(0x0972EFF3+i)<<24);setint(0x0972EFF0+i, getint(0x0972EFF0+i) | color); }} which colors are that????? all. ok but can you make neons for beams and objects etc too? LOL xd Link to comment Share on other sites More sharing options...
vettefan88 Posted March 3, 2007 Author Share Posted March 3, 2007 And what do you mean with: QUOTE should it change at random or a set amount of time? Should it be longer off than on or vice versa? ??? and if I change: wait = 8; for example too: wait = 5; is it going to flash is faster then?? and I mean that the random colors for example: 2 seconds red 2 seconds green 2 seconds blue etc etc. never mind yes #cheat random car flashing neonscolor = (getint(0x08bb3b40)*getint(pplayer)*getint(pplayer+0x30)*getint(pplayer+0x54)) & 0xffffff;wait = 8;static count;if( count++ % wait == 0){ for( i = 0; i < 56; i += 4 ) { setint(0x0972EFF0+i, getchar(0x0972EFF3+i)<<24);setint(0x0972EFF0+i, getint(0x0972EFF0+i) | color); }} which colors are that????? all. ok but can you make neons for beams and objects etc too? LOL xd changeing every shadow in the game to red or blue or something would just be lame. the only textures I can see as being worth while are: HUD objects. Circle around the radar. car lights street lights and possibly vics clothing... Link to comment Share on other sites More sharing options...
Vicecitystories Posted March 3, 2007 Share Posted March 3, 2007 Yeah vettefan make's a good point that would be lame and it might slow down the game stupid to do that... I would like to work on a project with vettefan though Link to comment Share on other sites More sharing options...
xFinch713x Posted March 3, 2007 Share Posted March 3, 2007 HUD objects. Circle around the radar. car lights street lights and possibly vics clothing Link to comment Share on other sites More sharing options...
Ubersoldier Posted March 3, 2007 Share Posted March 3, 2007 no it would be cool Btw HUD objects. Circle around the radar. car lights street lights and possibly vics clothing And Police Sirens?? Link to comment Share on other sites More sharing options...
Ubersoldier Posted March 5, 2007 Share Posted March 5, 2007 I like to see other siren colors btw * bump * because this topic is old and dusty! Link to comment Share on other sites More sharing options...
Ubersoldier Posted March 13, 2007 Share Posted March 13, 2007 got the code ?? Link to comment Share on other sites More sharing options...
Gantons Most Wanted Posted March 13, 2007 Share Posted March 13, 2007 wow wot n asshole attitude if they had the code they would of posted it by now dude Link to comment Share on other sites More sharing options...
Ubersoldier Posted March 17, 2007 Share Posted March 17, 2007 wow wot n asshole attitude if they had the code they would of posted it by now dude GANTOS MOST ASSHOLE omg you an asshole I really hate you Link to comment Share on other sites More sharing options...
vettefan88 Posted March 17, 2007 Author Share Posted March 17, 2007 wow wot n asshole attitude if they had the code they would of posted it by now dude GANTOS MOST ASSHOLE omg you an asshole I really hate you why? because he stated the truth. If someone made the code they would of posted it, you didn't need to ask for it again. and now, I'll never even look into making that cheat because of your replys. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now