#1
1
(翻訳者 Microsoft) 私は、ユーザーから勝ったゲームと負けたゲームを数える必要があります。PHP を使用する。
(オリジナル) count victories and defeats of multiplayer games
I need to count the games won and lost from my users, which way would you advise this as easy to implement. Working with PHP.
I need to count the games won and lost from my users, which way would you advise this as easy to implement. Working with PHP.
投稿者 Marcus
2010-11-22 23:17:33
いいね!
返信する
#2
(翻訳者 Microsoft) これは簡単なはずです。必要なのは、フリーロビーモジュールのgameEnded.phpファイルにrecordResult関数を実装することだけです。詳細は、フリーロビーモジュールのPDFマニュアルを参照してください。
(オリジナル) This should be easy. All you need is to implement the recordResult function in the gameEnded.php file of the Free Lobby Module. More information can be found in the PDF manual of the Free Lobby Module.
投稿者 Novel Games
2010-11-23 09:35:34
いいね!
返信する