I forgot to ask, when rewarding the players the jackpot would this work?
PHP Code:
findplayer(temp.winner).rupees += server.jackpot;
server.jackpot = 0;
would that work even if they are offline?
thats another problem im likely to face.
and thanks fowlplay server variables work for this.
so serverr variables are accesible clientside?
and server variables are acessible serverside?
can they both be written server and clientside?
thanks