- เครดิต
- 3
- ความรู้
-
- เงิน $
-
- ความดี
-
|
//=======================================================หิมะ===============================================================
if(strcmp(cmd, "/หิมะ", true) == 0)
{
if (PlayerInfo[playerid][pDonateRank] >= 4)
{
SetPlayerAttachedObject( playerid, 0, 18863, 1, -3.628666, 2.557187, -1.356414, 51.795341, 44.990257, 247.158721, 2.041157, 2.011405, 2.017693 );
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, sizeof(string), "* %s ได้เสกหิมะออกมา", sendername);
ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
SendClientMessage(playerid, COLOR_GRAD1, "ถ้าไม่ต้อง การหิมะ");
SendClientMessage(playerid, COLOR_GRAD1, "พิมพ์ /เอาออก");
}
else
{
SendClientMessage(playerid, COLOR_GRAD2, "สำหรับ ID Super VIP เท่านั้น");
return 1;
}
return 1;
}
|
|