14.06.2014, 17:57
Hello,
Quick question, could someone please help me by giving tips on how to convert StrickenKid's SQL plugin to BlueG's, what I currently need to know is how to do;
In BlueG's plugin?
This code would retrieve the data stored in row 'CharacterName' and store it in a string, it would look for that row in the table you requested data from in a previously-executed query, like this one;
I hope someone can help me because I thought converting SQL to another person's plugin wouldn't be so much of a struggle but I was wrong!
Best regards,
Jesse
Quick question, could someone please help me by giving tips on how to convert StrickenKid's SQL plugin to BlueG's, what I currently need to know is how to do;
pawn Code:
mysql_fetch_field("CharacterName", string);
This code would retrieve the data stored in row 'CharacterName' and store it in a string, it would look for that row in the table you requested data from in a previously-executed query, like this one;
pawn Code:
mysql_query("SELECT * FROM `characters` WHERE `Activated` = 0 AND `Deletable` = 0 AND `DenialReason` = 'DenialReason' LIMIT 1");
Best regards,
Jesse