Everything posted by cp702
-
ceiling Fan
When it's off, try wobbling it up and down with your hands. If it wobbles, that may be your issue.
-
FDLC Paramedic doing CPR
- Ekalb's Thread of Unimpressive Mods
-
is this c# script correct ?
Let's see... All of your arguments are incorrect. For example, car names must go in quotes, and GTA.Vector3 is a class, not an object. Also, I believe the methods are incorrect (that's not how you make a vehicle or set hazard lights). What tutorial did you use?
-
is this c# script correct ?
Post the error messages if you want help.
-
Something like ALM, but for peds?
You can add peds to GTA IV without replacing. Spark IV isn't the only way to mod files. :thumbsup:
-
Is it just me?..
Er...they had to retire an old car, so also needed to buy a car to replace it? If they just bought the car, it would make it a new car.
-
add police cars
Wouldn't that depend on if LCPDFR recognizes it as a cop car?
- Custo's Modifications
-
add police cars
...trying to figure out what would cause this bug... EDIT: So apparently, double posts are now automatically merged. Thank you for finding a solution to double posting! However, suggestion: if the content in the second post is exactly identical to that in the first post, just ignore the second post.
-
add police cars
Wait, what? Can you go over it more slowly?
-
0.95rc3 or 0.95final ???
Slimory: I've seen people make 2 posts in a row with different content, but this is the first time I've seen someone make 1 post with the content repeated twice.
-
what must I purchase?
Really wasn't as funny as realsim (now therealdeal56), who started a series of topics, beginning with "can i be a mod?"
-
Only one crime ?
Did you add your car with SparkIV? If so, the reason Ekalb's answers are confusing is because he's thinking of adding vehicles without replacing, which is sort of complicated. Assuming you're replacing default police cars, you can replace more than one of the slots at the same time. For example, you could replace police (the Police Cruiser) with the Caprice, police2 (the Police Patrol) with another car, noose (the NOOSE cruiser) with yet a third, polpat (NOOSE Patriot) with an SUV, etc.
-
add police cars
People who say it works: What car names did it work with?
-
Best language to learn for police use?
If you live in Illinois, why does your location say New Orleans? . . . That depends on the town. Is there a large immigrant population? If so, from where?
-
SOPA Returns (Again!)
Okay, is anyone here actually surprised by this?
-
coding questions
1) Not sure, but I think you have to use the default sound players (which I also don't know how to use, but they should be reasonably well-documented) 2) Random location in what context? If you want to select a location around the player, something like GetLocationAround() (I *believe* the call for it is Player.Character.Position.GetLocationAround(float radius), though it may be something like World.GetLocationAroundPlayer(). If you want a random location out of a predefined set (say, you want to pick a random Burger Shot), yes, you should make a list and randomly pick an element. 3) Once you have a Vector3 loc for the location, loc.X and loc.Y get you the coordinates.
-
Possible Day Time Running Lamps?
The picture doesn't work for me.
-
Crook Hook
This has been posted here before.
-
Combining ped meshes (or: How to mix and match clothes for a ped)
If by "file name" you mean m_y_nhelipilot_p*stuff*.mesh, then I believe that is correct.
-
what must I purchase?
Don't worry, this is not even close to the dumbest question ever posted here.
-
Disable Police in Traffic
Turn off "Police Will Dispatch".
-
In Which Language is GTA4 Coded
I believe C++ (at least, experience in C/C++ is what Rockstar is looking for when hiring programmers).
-
Combining ped meshes (or: How to mix and match clothes for a ped)
If you want to keep the normal hat the same and just replace the rain hat, use the technique I described above. Not sure what you mean by "rename names in the file".