carlg Posted February 14, 2008 Posted February 14, 2008 it was bugging me on makeing car buy going in to phpmyadmin so i have made this mod first make a file called staff_cars.php and copy and paste this in to it You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. then open global_func.php and find ?> and add this before it You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. then add these links to your smenu.php staff_cars.php?action=garagebeg staff_cars.php?action=givecar staff_cars.php?action=addcar staff_cars.php?action=editcar staff_cars.php?action=delcar please not i am stilling lerning as i go so there will be bug`s and thanks to Ghetto for your help in this ok this is the update and yes it is a copy and paste edited Quote
HITMAN 17 Posted February 14, 2008 Posted February 14, 2008 Re: [V2] cars_mod staff_cars nice one mate well done Quote
tittlemouse Posted March 4, 2008 Posted March 4, 2008 Re: [V2] cars_mod staff_cars hi do you have give user car and view users garage? Quote
carlg Posted March 5, 2008 Author Posted March 5, 2008 Re: [V2] cars_mod staff_cars this mod is just for staff and it is not the cars mod it self u have to buy that of mccodes.com Quote
tittlemouse Posted March 5, 2008 Posted March 5, 2008 Re: [V2] cars_mod staff_cars i know i have that. but i need the admin funcs for v2 so i can give user a car and so i can view members garage Quote
carlg Posted March 5, 2008 Author Posted March 5, 2008 Re: [V2] cars_mod staff_cars ok i havce updated the first post now u can see the users garage and give them cars aswell now Quote
tittlemouse Posted March 5, 2008 Posted March 5, 2008 Re: [V2] cars_mod staff_cars hi i carnt get the give user car part to work but the view garage does but a few inventory text needed changed to garage Quote
carlg Posted March 8, 2008 Author Posted March 8, 2008 Re: [V2] cars_mod staff_cars it is working for me on my comp i will have a nothere look at it as soon as i get home and i will post asap Quote
carlg Posted March 9, 2008 Author Posted March 9, 2008 Re: [V2] cars_mod staff_cars ok i have tested all the funshons and this is working the only thing that is not working it dleating a users car Quote
Magictallguy Posted March 14, 2008 Posted March 14, 2008 Re: [V2] cars_mod staff_cars Hmm.. I wonder if you really did make this, or you found it somewhere else. Your english spelling is very different to "your" code... Still *if* you did make this, then well done. Quote
carlg Posted March 17, 2008 Author Posted March 17, 2008 Re: [V2] cars_mod staff_cars a lot of it is copy and paste but i did change it to work with the cars mod so yes i did make the mod Quote
abbo Posted March 21, 2008 Posted March 21, 2008 Re: [V2] cars_mod staff_cars do u have this in v1 ? Quote
carlg Posted March 21, 2008 Author Posted March 21, 2008 Re: [V2] cars_mod staff_cars i would have made it for v1 but there is 2 problems 1 i dont use v1 and 2 i would not do it for you eney way due to the fact that u acused me of haceing your game Quote
Dylan Posted April 13, 2008 Posted April 13, 2008 Re: [V2] cars_mod staff_cars When you edit a car it makes all the cars you have the same Quote
hurra Posted June 1, 2008 Posted June 1, 2008 Re: [V2] cars_mod staff_cars Fatal error: Call to undefined function give_car_submit() in /home/ciryno54/public_html/staff_cars.php on line 10 case 'givecarsub': give_car_submit(); break; Quote
Joel Posted June 1, 2008 Posted June 1, 2008 Re: [V2] cars_mod staff_cars case 'givecar': give_car_form(); break; case 'givecarsub': give_car_submit(); break; case 'addcar': addcar(); break; case 'editcar': editcar(); break; case 'delcar': delcar(); break; case 'garagebeg': garage_user_begin(); break; case 'garageuser': garage_user_view(); break; case 'delusercar': user_car_delete(); break; Try That Hurra........ Quote
Vyp3r2oo9 Posted June 3, 2008 Posted June 3, 2008 Re: [V2] cars_mod staff_cars When you edit a car it makes all the cars you have the same By that, do you mean where once you have edited one certain car all of the other cars are exactly the same as the certain car you edited? Quote
Zero-Affect Posted June 3, 2008 Posted June 3, 2008 Re: [V2] cars_mod staff_cars Personally cars is a waste of time i don't get why anyone would want it in the first place nevermind wanna edit it Quote
iR00T Posted June 16, 2008 Posted June 16, 2008 Re: [V2] cars_mod staff_cars i know someone who has like 50 ejam games and ha the exact same mods on all of them maybe diff backgrond colors but the same damn mods so this mod was a waste of time being made for me i mean i used it 1nce and idnt like iut havnet to edit the cars in phpMyAdmin PFFF CRAP MOD XD but that is just my opion some of u might like it Quote
kylestev Posted July 8, 2008 Posted July 8, 2008 Re: [V2] cars_mod staff_cars Can someone tell me what the sql tabel is for it QUERY ERROR: Table 'kylestev_Kyle.cars_types' doesn't exist Query was SELECT * FROM cars_types WHERE carname='Ford' Thanks Kyle Quote
iR00T Posted July 8, 2008 Posted July 8, 2008 Re: [V2] cars_mod staff_cars You games explain how much of a dumbas* you are xD - that is simple i told you last 505050505034598432590432583 times you where adding this mod you your games this is really the only mod he uses people really that mod is exploitbale i bet you havent fixed it.... -.- Quote
Colonel Posted October 20, 2008 Posted October 20, 2008 Re: [V2] cars_mod staff_cars I have been using this mod and I can't for the life of me figure out the give user car part. I get the same error as the above people have. Fatal error: Call to undefined function: give_car_submit() in /home/---------/public_html/staff_cars.php on line 10 Anyone have any insight on this?? Quote
Colonel Posted October 20, 2008 Posted October 20, 2008 Re: [V2] cars_mod staff_cars Figured it out, To anyone who is still having problems with this here is the working file... staff_cars.php You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
Uridium Posted October 20, 2008 Posted October 20, 2008 Re: [V2] cars_mod staff_cars For those that were having problem when trying to EDIT a car it would make all other cars the same Car Type heres a fix.. open up staff_cars wnd goto the EDIT part for the car find You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. and replace with You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. You can now Edit each car without it overwiting the other ones that didnt need editiing. Quote
Colonel Posted October 20, 2008 Posted October 20, 2008 Re: [V2] cars_mod staff_cars Here is the updated version with illusions edit fix, my give car fix, and text changed so everything reads as cars instead of ships and plains. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.