แก้ไขครั้งสุดท้ายโดย 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;
- }
คัดลอกไปที่คลิปบอร์ดผู้เข้าชมเนื้อหาถูกซ่อนไว้ คุณจะต้อง แสดงความคิดเห็นก่อนจึงจะสามารถมองเห็นเนื้อหาส่วนที่ถูกซ่อนนี้ได้
|