sniko Posted September 3, 2012 Author Posted September 3, 2012 Well, Sniko, if you ever get time to finish, feel free to email me, i'd be willing to throw a few dollars your way to 'encourage' its development, for my game at least. :) Very kind of you. I'll be sure to reply to this thread and PM you when I get some time Quote
realmoflegends Posted September 3, 2012 Posted September 3, 2012 Very kind of you. I'll be sure to reply to this thread and PM you when I get some time Great, thanks! I would appreciate that. Quote
q8fft Posted January 17, 2013 Posted January 17, 2013 link dropbox dead please re-upload the file thanks. Quote
Djkanna Posted January 18, 2013 Posted January 18, 2013 link dropbox dead please re-upload the file thanks. Sorry about that, cleaned up my dropbox. New link, same applies, top is doc, bottom is code. (don't forget to download the patch:1.1.5 in the thread post) :) Quote
susan Posted September 3, 2013 Posted September 3, 2013 I like this gang system. It's nice!! The patch is too easy to use also. Lol! Thank you. :cool: Quote
jedigunz Posted September 22, 2013 Posted September 22, 2013 what about the if statement for your gang in the mainmenu ,.. ?? You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
jedigunz Posted September 23, 2013 Posted September 23, 2013 What about it? what will it be changed to ??? Quote
Veramys Posted September 23, 2013 Posted September 23, 2013 You're not exactly explaining yourself very well. Quote
jedigunz Posted September 26, 2013 Posted September 26, 2013 You're not exactly explaining yourself very well. i mean the database,. what does it get changed to when it calls the database ,.. as $ir['gang']) would have to be connected to a different part of the database Quote
KyleMassacre Posted September 27, 2013 Posted September 27, 2013 i mean the database,. what does it get changed to when it calls the database ,.. as $ir['gang']) would have to be connected to a different part of the database Why would that have to be changed? $ir is a global variable for mccodes. Does this module require connecting to another database? Even if it is connected to another database you can still pass that information from an $ir array to the other database table. But I believe this modification is an addon to the default gangs module that comes standard in mccodes using existing user columns unless I'm failing to see the point you are trying to make Quote
Raven1992 Posted March 21, 2015 Posted March 21, 2015 all links are down :( and you reply to a 2 year old thread grow up and find it on http://mccodes.com Quote
NonStopCoding Posted March 22, 2015 Posted March 22, 2015 MCCodes takes me here with anything, but thanks anyway Mr. Ass hey try this link :) http://mccodes.com/marketplace.php?type=MCCodes%20v2&paid=1 Quote
boionfire81 Posted June 18, 2016 Posted June 18, 2016 Sorry about that, cleaned up my dropbox. New link, same applies, top is doc, bottom is code. (don't forget to download the patch:1.1.5 in the thread post) :) Do you still have this? Quote
Djkanna Posted June 27, 2016 Posted June 27, 2016 (edited) Do you still have this? I do: here Edited June 27, 2016 by Djkanna Updated Disabled URL Quote
boionfire81 Posted June 27, 2016 Posted June 27, 2016 [h=3]Access to this link has been disabled. Please ask the owner of the shared link to send a new link to access the file or the folder.[/h] Didn't work. Quote
Magictallguy Posted April 15, 2021 Posted April 15, 2021 4 hours ago, athena26 said: Does anyone have the v2 version of this ? Grab the version that @Djkanna has kindly mirror-hosted for us. The module version is 1.1, the codebase it was written for is MCC v2 1 Quote
PHPStudent Posted April 15, 2021 Posted April 15, 2021 https://www.dropbox.com/s/96ypjquirvjote7/Sniko's Gang Mod.zip?dl=0&file_subpath=%2FSniko's+Gang+Mod Quote
athena26 Posted April 15, 2021 Posted April 15, 2021 Gang's QUERY ERROR:Â Unknown column 'gang' in 'field list' Query was SELECT `gang`,`username`,`userid` FROM `users` WHERE `userid`=1 QUERY ERROR: Unknown column 'u.gang' in 'on clause' Query was SELECT `u`.*,`g`.* FROM `users` `u` LEFT JOIN `gangs` `g` ON `g`.`gangID`=`u`.`gang` WHERE `u`.`laston` > unix_timestamp()-15*60 ORDER BY `laston` DESC Quote
Magictallguy Posted April 15, 2021 Posted April 15, 2021 `gang` is a valid column name in the `users` table in default MCC v2. Either you're not using v2, or you've renamed the `gang` column Quote
athena26 Posted April 15, 2021 Posted April 15, 2021 All I did was replace my gangs files with sniko mod , and removed all SQL tables , now I get this error . Quote
Magictallguy Posted April 16, 2021 Posted April 16, 2021 12 hours ago, athena26 said: and removed all SQL tables  16 hours ago, athena26 said: QUERY ERROR: Unknown column 'u.gang' in 'on clause' Put the pieces together 🙂 1 Quote
Spydre452 Posted April 22, 2021 Posted April 22, 2021 On 4/15/2021 at 8:29 PM, athena26 said: Gang's QUERY ERROR:Â Unknown column 'gang' in 'field list' Query was SELECT `gang`,`username`,`userid` FROM `users` WHERE `userid`=1 QUERY ERROR: Unknown column 'u.gang' in 'on clause' Query was SELECT `u`.*,`g`.* FROM `users` `u` LEFT JOIN `gangs` `g` ON `g`.`gangID`=`u`.`gang` WHERE `u`.`laston` > unix_timestamp()-15*60 ORDER BY `laston` DESC Go to your phpmyadmin or database alternative, click the users table and on the top row (column headings), make sure that `gang` is present.. if not change `gang` in the query select to your defined column name 1 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.