- เครดิต
- 82
- ความรู้
-
- เงิน $
-
- ความดี
-
|
แปลไทยให้่คับ- //--- ตบเกรียน--//
- if(strcmp(cmd, "/pk", true) == 0)//ตรงนี้เปลี่ยนคำสั่งได้ @[Best].$KunG$
- {
- if(IsPlayerConnected(playerid))
- {
- tmp = strtok(cmdtext, idx);
- if(!strlen(tmp))
- {
- SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /pk [ไอดี/ชื่อ]");
- return 1;
- }
- giveplayerid = ReturnUser(tmp);
- if (IsPlayerConnected(giveplayerid))
- {
- if (ProxDetectorS(2.0, playerid, giveplayerid))
- {
- if(deathcpr[giveplayerid] != 1)
- {
- SendClientMessage(playerid, COLOR_GREY, " ผู้เล่นนั้นยังไม่ใกล้ตาย");
- return 1;
- }
- if(giveplayerid == playerid) { SendClientMessage(playerid, COLOR_GREY, "?ตบหัวตัวเองได้ไง?!"); return 1; }
- GetPlayerName(playerid, sendername, sizeof(sendername));
- GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer));
- PlayerFrozened[playerid] = 0;
- TogglePlayerControllable(giveplayerid, 1);
- SetPlayerHealth(giveplayerid, 0);
- deathcpr[giveplayerid] = 0;
- SafeGivePlayerMoney(playerid, 100);
- SafeGivePlayerMoney(giveplayerid, -100);
- format(string, sizeof(string), "%s กระหน่ำตบเกรียน %s ดังแป๊ะๆๆ !", sendername,giveplayer);
- ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
- GameTextForPlayer(giveplayerid, "~r~Greannn", 4000, 3);
- }
- }
- }
- }
คัดลอกไปที่คลิปบอร์ด |
|