EnchantedPlague Posted April 13, 2008 Share Posted April 13, 2008 I have just put the cheatdevice 2.4 on my psp for vice city stories. However, when i spawn a plane or helicopter I can't fly them. I am able to sit in them but they dont move. How do I fix this!!!? Link to comment Share on other sites More sharing options...
HeliPilot Posted April 13, 2008 Share Posted April 13, 2008 I have just put the cheatdevice 2.4 on my psp for vice city stories. However, when i spawn a plane or helicopter I can't fly them. I am able to sit in them but they dont move. How do I fix this!!!? Aircraft using the CD Spawner don't work properly. You must spawn using a text code to a specific location. Try this example, cut and paste to a TXT file inside your cheats folder: #cheat SPAWN: Hunter pspawn = 0x08E81290; setint(pspawn, 275); setfloat(pspawn + 0x4, 295.37, 269.99, 17.70, 0); #cheat SPAWN: Maveric pspawn = 0x08E81290; setint(pspawn, 213); setfloat(pspawn + 0x4, 295.37, 269.99, 17.70, 0); #cheat SPAWN: VCN Maveric pspawn = 0x08E81290; setint(pspawn, 260); setfloat(pspawn + 0x4, 295.37, 269.99, 17.70, 0); #cheat SPAWN: Green VCPD Maveric pspawn = 0x08E81290; setint(pspawn, 279); setfloat(pspawn + 0x4, 295.37, 269.99, 17.70, 0);; #cheat SPAWN: Sea Sparrow pspawn = 0x08E81290; setint(pspawn, 263); setfloat(pspawn + 0x4, 295.37, 269.99, 17.70, 0); #cheat SPAWN: Sparrow pspawn = 0x08E81290; setint(pspawn, 262); setfloat(pspawn + 0x4, 295.37, 269.99, 17.70, 0); #cheat SPAWN: Air Ambulance pspawn = 0x08E81290; setint(pspawn, 189); setfloat(pspawn + 0x4, 295.37, 269.99, 17.70, 0); #cheat SPAWN: Armadillo pspawn = 0x08E81290; setint(pspawn, 188); setfloat(pspawn + 0x4, 295.37, 269.99, 17.70, 0); #cheat SPAWN: Little Willie pspawn = 0x08E81290; setint(pspawn, 173); setfloat(pspawn + 0x4, 295.37, 269.99, 17.70, 0); These are spawns for the helipad at the condo by Leaf Links. To change spawn locations enable Coordinates in CD and look at the #s. These are placed in the 3rd line of code. You must save changes to the TXT for this to work Link to comment Share on other sites More sharing options...
the_don94 Posted April 13, 2008 Share Posted April 13, 2008 I've also noticed that all the bikes don't work. They come out all freaky and demented. Link to comment Share on other sites More sharing options...
MC. Posted April 13, 2008 Share Posted April 13, 2008 turn on hover cars mode and drive the aircraft to pay and spray or put it in a garage and open it 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