| แก้ไขครั้งสุดท้ายโดย jamgames เมื่อ 2014-10-12 16:51 
 เอาไปใส่ใน OnPlayerDialog
 คัดลอกไปที่คลิปบอร์ด                 if(dialogid == 7)
                {
                         if(!response)
                        {
                                PlayerInfo[playerid][pSex] = 2;
                                SendClientMessage(playerid, COLOR_YELLOW2, "Ok, คุณเป็นผู้หญิง");
                                SendClientMessage(playerid, COLOR_LIGHTRED, "คุณเกิดวันที่เท่าไร? (ตอบ: วว/ดด/ปปปป)");
                                ShowPlayerDialog(playerid,10000,DIALOG_STYLE_INPUT, "DATE","Please Insert your date","Accept","Close");
                                RegistrationStep[playerid] = 2;
                                   return 0;
                        }
                        PlayerInfo[playerid][pSex] = 1;
                        SendClientMessage(playerid, COLOR_YELLOW2, "Ok, คุณเป็นผู้ชาย");
                        SendClientMessage(playerid, COLOR_LIGHTRED, "คุณเกิดวันที่เท่าไร? (ตอบ: วว/ดด/ปปปป)");
                        ShowPlayerDialog(playerid,10000,DIALOG_STYLE_INPUT, "DATE","Please Insert your date","Accept","Close");
                        RegistrationStep[playerid] = 2;
                        return 0;
            }
ผู้เข้าชมเนื้อหาถูกซ่อนไว้ คุณจะต้องแสดงความคิดเห็น ก่อนจึงจะสามารถมองเห็นเนื้อหาส่วนที่ถูกซ่อนนี้ได้
 
 |