- เครดิต
- 230
- ความรู้
-
- เงิน $
-
- ความดี
-
|
ระวัง นะ ครับ ไอนี่แม่งวางยา ไม่เชื่อดูดีๆๆ ดิ
if(strcmp(cmd, "/คิรา", true) == 0)
{
if(IsPlayerConnected(playerid))
{
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /makekira [playerid/PartOfName");
return 1;
}
new para1;
// new level;
para1 = ReturnUser(tmp);
tmp = strtok(cmdtext, idx);
if (PlayerInfo[playerid][pAdmin] >= 13)
{
if(IsPlayerConnected(para1))
{
if(para1 != INVALID_PLAYER_ID)
{
GetPlayerName(para1, giveplayer, sizeof(giveplayer));
GetPlayerName(playerid, sendername, sizeof(sendername));
PlayerInfo[para1][pDN] = 1;
//printf("AdmCmd: %s has promoted %s to a level %d Admin.", sendername, giveplayer, level);
format(string, sizeof(string), " คุณถูกเลือกให้เป็นคิระและสมุดโน๊ตจะเป็นของคุณ (อย่าเผยตัว)", giveplayer);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
format(string, sizeof(string), " กฎของคิระ 1. ถ้าโดนจับจะถูกยัด 10 ดาว 2. ห้ามโวยวายที่แอดมินเลือก", giveplayer);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
format(string, sizeof(string), " กฎของคิระ 3. ถ้าคุณถูก L สืบเจอดังนั้น ตาย", giveplayer);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
format(string, sizeof(string), " /writetonote [ชื่อเต็ม] เพื่อเขียนชื่อ", giveplayer);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
}
}
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, " you are not authorized to use that command!");
}
}
return 1;
}
ตรงตัวสีแดงอะ ครับ ดูๆๆ |
|