How to change solid color cell instead of transparent cell?
helma27 opened this issue · 23 comments
Well, i think it was from the client side, because its change to solid color when using other client, how to do it?
Thank you as always
And love your good work @JaraLowell
Yah i should make that a game option... lol; to disable transparent cells >.<
hmm, at this moment, how to do that?
Disable the globalalpha in the skin drawing :3
it was at gameclient.js right?
Yep, i also added the option to disable alpha now in the new upload i just did 😈
T__T
i modded it so much until now T__T
let me check it...
Thank you btw
EDIT:
Wooooowww!!
Live Killss!!!!
I'm waiting for that feature for a long time, just like ogar.mivabe.nl! THank you
Eventually this client will be active on mivabe.nl; Just cleaning out all the kinks :)
Nice :)
Hmm, i think it still transparent..
if the image (skin) is transparent then it still be somewhat transparent.
Thats my bad,. fixed in commit: d0f1a36 so re get it and try again :)
it fixed now, thank you
but once again...
i have a code, it says
function skorkaydet() { var skor = "skor=" + ~~(stats.score) + "&oyuncuadi="+ userName; $.ajax({ type:'POST', url:'scores.php', data:skor, success:function(cevap){ console.log("Add:" + ~~(stats.score) + cevap); } });
and im trying to call it from drawmystats function...
the code is about to post the score to database, and i have a problem after update the gameclient.js, where i got blank screen, the older version is working fine, but now i cannot use it anymore, how can i add it without error? Or maybe theres some error on these code?
Once again, thank you very much for helping me :)
edit index.php look where it loads the js file. You server no like the ?v... info so remove it so it only "js/gameclient.js"
Im sorry if this bother you, but it still give blank screen after i remove the version thing...
heres my code
and the result is still giving me blank screen, when i remove the function, is good.
EDIT:
When i place the function code above the caller, it doesnt give me blank screen, but the console give me
sorry if i too much asking
nooo,... <script src="js/gameclient.js?v70215"></script> remove the ?v70215
part
any error in console ?
Would guess you made an mistake when changing the stats thingy. As the error says the word skorkaydet is unknown to java
oh, im sorry, let me explain this, my bad
the "is not defined" error will occur when i place the function below the checkdir.php post function but it doesnt give me blank page
but when i place the code after the drawmystats function, the console give me error "Unexpected token" thing and give me blank screen
missing a }; at 794 but alos you write that inside the /* lala */ area, what means do not use. so move the */ above your function.
OMG!!
It Working now!!!
Thank you very much JARAAAA!!!!!
Love you even tho im a guy, hahahaha 😈
Oh yes, thats my bad too, i place it under the /* lala */ thing..