{
"rules": {
"users": {
"$uid": {
".read": "$uid === auth.uid",
".write": "$uid === auth.uid"
}
construct.net/en/game-assets/addons/admob-plus-pro-768
Added 4 new conditions.
New c3p AppOpenAd, Banner, Interstitial, Rewarded.
Fix Rewarded Give gifts to users here.
Report bugs: github.com/EMI-INDO/c3addon-bug/issues
sorry this is not a plugin forum 🙏
if I have time I can make it,
but the logic is like the html example that I gave
add the Element HTML plugin to try it out.
Actually, this doesn't require a third party plugin.
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>File Reader Example</title> </head> <body> <input id="inp" type="file"> <p id="b64"></p> <img id="img" height="150"> <script> function readFile() { if (!this.files || !this.files[0]) return; const FR = new FileReader(); FR.addEventListener("load", function(evt) { document.querySelector("#img").src = evt.target.result; document.querySelector("#b64").textContent = evt.target.result; }); FR.readAsDataURL(this.files[0]); } document.querySelector("#inp").addEventListener("change", readFile); </script> </body> </html>
construct.net/en/make-games/addons/448/gamemonetize-com-sdk
Develop games in your browser. Powerful, performant & highly capable.
You do not have permission to view this post
Member since 29 Aug, 2017