- if(strcmp(cmd, "/ถาม", true) == 0)
- {
- if(IsPlayerConnected(playerid))
- {
- GetPlayerName(playerid, sendername, sizeof(sendername));
- new length = strlen(cmdtext);
- while ((idx < length) && (cmdtext[idx] <= ' ')). {
- }
- idx++;
- }
- 11. new offset = idx;
- 12. new result[64];
- 13. while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))
- {
- result[idx - offset] = cmdtext[idx];
- idx++;
- }
- result[idx - offset] = EOS;
- if(!strlen(result))
- {
- SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /askq [text]");
- return 1;
- }
- format(string, sizeof(string), " ผู้เล่นชื่อ ::%s: ถามมาว่า:: %s", sendername, (result));
- ABroadCast(COLOR_GREEN,string,1);
- SendClientMessage(playerid, COLOR_GREEN, " คำถามถูกส่งไปที่แอดมินแล้ว.");
- }
- return 1;
- }
คัดลอกไปที่คลิปบอร์ดผู้เข้าชมเนื้อหาถูกซ่อนไว้ คุณจะต้อง แสดงความคิดเห็นก่อนจึงจะสามารถมองเห็นเนื้อหาส่วนที่ถูกซ่อนนี้ได้
|