- เครดิต
- 250
- ความรู้
-
- เงิน $
-
- ความดี
-
|
if(strcmp(cmd,"/แหกคุก",true)==0) //สร้างโดย [NPA]HiPHoP_NoNSToP ใครลบขอให้เซิฟเน่าใน
{
if(PlayerToPoint(3, playerid,227.4012,110.1810,999.0156))
{
if(IsPlayerConnected(playerid))
{
new kug = 1 + random (5);
ApplyAnimation(playerid, "FIGHT_C","FightC_M",4.0,0,1,1,0,0);
if(IsPlayerConnected(playerid))
{
if(kug == 1)
{
SendClientMessage(playerid, COLOR_LIGHTBLUE, " ผู้คุมขัง: เพิ่มเวลาการติดคุกของคุณเป็น 300 วินาทีและขังอีกห้อง");
PlayerInfo[giveplayerid][pJailTime] += 300;
PlayerInfo[giveplayerid][pJailed] += 300;
//ApplyAnimation(playerid, "FIGHT_C","FightC_M",4.0,0,1,1,0,0);
SetPlayerInterior(playerid,10);
SetPlayerPos(playerid, 219.1278,110.9014,999.0156);
format(string, sizeof(string), "** %s พยายามแหกคุก แต่ล้มเหลว 5555", sendername);
ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
return 1;
}
if(kug == 2)
{
SendClientMessage(playerid, COLOR_LIGHTBLUE, " ผู้คุมขัง: เพิ่มเวลาการติดคุกของคุณเป็น 300 วินาทีและขังอีกห้อง");
PlayerInfo[giveplayerid][pJailTime] += 300;
PlayerInfo[giveplayerid][pJailed] += 300;
//ApplyAnimation(playerid, "FIGHT_C","FightC_M",4.0,0,1,1,0,0);
SetPlayerInterior(playerid,10);
SetPlayerPos(playerid, 223.2836,109.9333,999.0156);
format(string, sizeof(string), "** %s พยายามแหกคุก แต่ล้มเหลว", sendername);
ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
return 1;
}
if(kug == 3)
{
SendClientMessage(playerid, COLOR_LIGHTBLUE, " ผู้คุมขัง: เพิ่มเวลาการติดคุกของคุณเป็น 300 วินาทีและขังอีกห้อง สมน้ำหน้า");
PlayerInfo[giveplayerid][pJailTime] += 300;
PlayerInfo[giveplayerid][pJailed] += 300;
//ApplyAnimation(playerid, "FIGHT_C","FightC_M",4.0,0,1,1,0,0);
SetPlayerInterior(playerid,10);
SetPlayerPos(playerid, 215.6617,110.3416,999.0156);
format(string, sizeof(string), "** %s พยายามแหกคุก แต่ล้มเหลว 555 ซวย โครต", sendername);
ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
return 1;
}
if(kug == 4)
{
SendClientMessage(playerid, COLOR_LIGHTBLUE, " ผู้คุมขัง: เพิ่มเวลาการติดคุกของคุณเป็น 300 วินาทีและขังอีกห้อง 555 ซวยไป");
PlayerInfo[giveplayerid][pJailTime] += 300;
PlayerInfo[giveplayerid][pJailed] += 300;
//ApplyAnimation(playerid, "FIGHT_C","FightC_M",4.0,0,1,1,0,0);
SetPlayerInterior(playerid,10);
SetPlayerPos(playerid, 215.6617,110.3416,999.0156);
format(string, sizeof(string), "** %s พยายามแหกคุก แต่ล้มเหลว 55 ซวย ", sendername);
ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
return 1;
}
if(kug == 5)
{
PlayerInfo[giveplayerid][pJailTime] = 0;
PlayerInfo[giveplayerid][pJailed] = 0;
//ApplyAnimation(playerid, "FIGHT_C","FightC_M",4.0,0,1,1,0,0);
SetPlayerInterior(playerid,10);
SetPlayerPos(playerid, 227.1211,114.7552,999.0156);
SetPlayerSkin(playerid, 23); //อันนี้ใส่ระหัสสกินตัวละคร ที่เซิฟท่านใช้
format(string, sizeof(string), "** %s แหกคุกสำเร็จ รอดไป", sendername);
ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
return 1;
}
}
}
else
{
SendClientMessage(playerid, COLOR_GREY, " คุณไม่ได้อยู่ที่คุก!");
return 1;
}
}
} |
|