- เครดิต
- 168
- ความรู้
-
- เงิน $
-
- ความดี
-
|
if(newcar == 522)
{
if(PlayerInfo[playerid][pPnumber] == 7) {
}
else
{
SendClientMessage(playerid,COLOR_GREY,"รถคันนี้สำหรับคุณ fopza_1 เท่านั้น อยากได้ /donate เลย !");
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
SetPlayerPos(playerid, x, y, z+2);
PlayerPlaySound(playerid, 1085, x, y, z+2);}
}
if(newcar == 523|| newcar == 524 || newcar ==525 || newcar ==526)
{
if(PlayerInfo[playerid][pPnumber] == 8) {
}
else
{
SendClientMessage(playerid,COLOR_GREY,"รถคันนี้สำหรับคุณ CIANumbxishizter_ เท่านั้น อยากได้ /donate เลย !");
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
SetPlayerPos(playerid, x, y, z+2);
PlayerPlaySound(playerid, 1085, x, y, z+2);}
} |
|