- เครดิต
- 55
- ความรู้
-
- เงิน $
-
- ความดี
-
|
if(strcmp(cmd, "/งัด", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if (!PlayerToPoint(2, playerid,-1982.4563,142.5101,27.6875,264.3464))
{
SendClientMessage(playerid, COLOR_GRAD2, " คุณไม่ได้อยู่ที่ตู้น้ำในอู๋ !");
return 0;
}
if(PlayerInfo[playerid][pRobber] == 0)
{
GetPlayerName(playerid, sendername, sizeof(sendername));
new robmoney = 100 + random (2000);
ApplyAnimation(playerid, "SHOP", "ROB_Loop_Threat", 4.0, 0, 0, 0, 0, 0); // Rob
format(string, sizeof(string), "** กล้องวงจรปิด: บุคคลชื่อ %s พยายามงัดตู้น้ำ ติดตามตัวด่วน, เปลี่ยน **", sendername);
SendRadioMessage(1, TEAM_BLUE_COLOR, string);
WantedPoints[playerid] += 2; SetPlayerCriminal(playerid,255, " §Ñ´µÙé¹éÓ ");
SendClientMessage(playerid, COLOR_LIGHTBLUE, "** มีคนเห็นคุณกำลังงัดตู้น้ำ รีบหนีซะ ! **");
format(string,sizeof(string), "* %s หยิบเครื่องมือมางัดตู้น้ำ", sendername);
ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
format(string, sizeof(string), "** การงัดตู้น้ำเสร็จสมบูรณ์ ได้รับเงิน $%d จากตู้น้ำ **",robmoney);
SendClientMessage(playerid,COLOR_YELLOW,string);
format(string, sizeof(string), "~w~Hack Watermachine Sucessful~n~~g~$%d",robmoney);
GameTextForPlayer(playerid, string, 5000, 1);
SBizzInfo[9][sbTill] -= robmoney;
PlayerInfo[playerid][pRobber] = 1;
SafeGivePlayerMoney(playerid, robmoney);
}
}
return 1;
}
|
|