- เครดิต
- 168
- ความรู้
-
- เงิน $
-
- ความดี
-
|
}
if(strcmp(cmd,"/ไขพวง") == 0)//Dream KO zone onnut original 999999
{
if (PlayerInfo[playerid][pDonateRank] >= 1)//Dream KO zone onnut original 999999
{
SetPlayerAttachedObject(playerid, 3, 18644, 6, 0.070000, 0.024000, -0.009999, 0.000000, -179.200027, -9.600000);//what the fuck 5555
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, sizeof(string), "* %s ได้หยิบไขพวงปากแบนออกมาถือแล้ว", sendername);
ProxDetector(10.0, playerid, string, 0xAAF635AA,0xAAF635AA,0xAAF635AA,0xAAF635AA,0xAAF635AA);
SendClientMessage(playerid, COLOR_GRAD1, "/เอาออก เพื่อปิด");
new Float:PlayerHealth;
GetPlayerHealth(playerid, PlayerHealth);
/*SetPlayerHealth(playerid, PlayerHealth+10);*/
}
else
{
SendClientMessage(playerid, COLOR_GRAD2, "คุณไม่ได้เป็น VIP ครับ");
return 1;
}
return 1; |
|