Search found 6 matches

by SquiZz
11 April 2021, 19:49
Forum: Developers
Topic: Force gamedatas update
Replies: 10
Views: 6136

Re: Force gamedatas update

Sorry I'm not aware about discord for developpers, where is the link?

My game is fameglory
by SquiZz
11 April 2021, 18:18
Forum: Developers
Topic: Force gamedatas update
Replies: 10
Views: 6136

Re: Force gamedatas update

OK then it was a space issue... var table = team_race +'_'+ player_id; is correct var table = team_race+'_'+player_id; is NOT correct... But I still have a error form dojo.style... Do I have to put dojo.style( table,...) or dojo.style( $(table),... In both ways I get an error table Orcs_2347002 Duri...
by SquiZz
11 April 2021, 18:01
Forum: Developers
Topic: Force gamedatas update
Replies: 10
Views: 6136

Re: Force gamedatas update

Sorry in fact I get in browser console :
table
null
table
null
I don't get why...
by SquiZz
11 April 2021, 17:46
Forum: Developers
Topic: Force gamedatas update
Replies: 10
Views: 6136

Re: Force gamedatas update

Hello, I put console.log on my variable table , but it doesn't appear in game log... notif_team_chosen: function( notif ) { console.log('notif_team_chosen'); console.log( notif ); var data_update = notif.args.player_datas; for(var player_id in data_update) { var team_name = data_update[ player_id ]....
by SquiZz
31 March 2021, 11:22
Forum: Developers
Topic: Force gamedatas update
Replies: 10
Views: 6136

Re: Force gamedatas update

Hello, In fact I tried to use getalldata method in .php but it doesnt't update gamedatas visible by .js So I used notification to transfert datas. $sql = "SELECT player_id id, player_name name, player_score score, team_name team_name, team_race race FROM player "; $update_player_datas = se...
by SquiZz
29 March 2021, 18:10
Forum: Developers
Topic: Force gamedatas update
Replies: 10
Views: 6136

Force gamedatas update

Hello dear fellow developpers, I'm a beginner here and in game development, but I try it anyway... I uncounter an issue with gamedatas. In fact at the beginning of the game I asked to players to choose a team and a team name. I put these in the modified data base player , and after I want to update ...

Go to advanced search