Alexandria 53 Posted October 19, 2015 Hello there, Is there a way to show in a npc how many donation credits do you have without going to the website? (flux cp) Thank you Quote Share this post Link to post Share on other sites
0 Tranquility 12 Posted October 19, 2015 Think it could be something like: set .redeemTable$,"cp_credits";query_sql("SELECT `balance` FROM `" + escape_sql(.redeemTable$) + "` WHERE `account_id` = " + getcharid(3) + " LIMIT 0,30", .@credits);mes "You have "+ .@credits + " donation credits"; 1 Alexandria reacted to this Quote Share this post Link to post Share on other sites
0 Alexandria 53 Posted October 21, 2015 Thank you, I will test it Quote Share this post Link to post Share on other sites
Hello there,
Is there a way to show in a npc how many donation credits do you have without going to the website? (flux cp)
Thank you
Share this post
Link to post
Share on other sites