ลืมรหัสผ่าน
เจ้าของ: kapookza147

[ปัดฝุ่น]ระบบบอกสาเหตุการตาย

  [คัดลอกลิงก์]
โพสต์ 2015-5-11 03:02:49 | ดูโพสต์ทั้งหมด
THANK YOU MUCH
โพสต์ 2015-5-12 20:23:40 | ดูโพสต์ทั้งหมด
--------------------------------------------------------------------------------------------
หัวข้อที่ 1
public OnPlayerCommandText(playerid, cmdtext[]) //เพิ่มใต้หัวข้อนี้
--------------------------------------------------------------------------------------------
หัวข้อที่ 2
--------------------------------------------------------------------------------------------
if(strcmp(cmd, "/Help", true) == 0 || strcmp(cmd, "/ช่วยเหลือ", true) == 0) //สามารถแก้ไขคำสั่งได้
{
    if(IsPlayerConnected(playerid))
    {
        ShowPlayerDialog(playerid,200,DIALOG_STYLE_MSGBOX ,"HELP ช่วยเหลือ","เพิ่มข้อความ\
       \nเพิ่มข้อความ\
       \nเพิ่มข้อความ\
       \nเพิ่มข้อความ","ปิดหน้าต่าง","");
    }
    return 1;
}
--------------------------------------------------------------------------------------------
โพสต์ 2015-5-20 20:44:26 | ดูโพสต์ทั้งหมด
ขอบคุณมากๆคราับ
โพสต์ 2015-5-21 00:15:04 | ดูโพสต์ทั้งหมด
ขอบคุณครับ
โพสต์ 2015-5-29 21:06:43 | ดูโพสต์ทั้งหมด
กด CTRL+F หา pLevel, เพิ่ม pPoint,
ก็จะได้แบบนี้
pLevel,
pPoint,
หา public OnPlayerUpdate
ใส่ format(var, 32, "pPoint=%d\n",PlayerInfo[playerid][pPoint);fwrite(hFile, var);
หา public OnPlayerLogin
ใส่ if( strcmp( key , "pPoint" , true ) == 0 ) { val = ini_GetValue( Data ); PlayerInfo[playerid][pPoint] = strval( val ); }

คำสั่ง

//----------------------------------[pPoint]------------------------------------------------
if(strcmp(cmd, "/pointshop", true) == 0)//
{
     if(IsPlayerConnected(playerid))
     {
            PlayerPlaySound(playerid, 1058, 0.0, 0.0, 0.0);
      SendClientMessage(playerid, 0xF66C00AA,"l___  Point Shop List ___l");
            format(string, sizeof(string), ">Point: คุณมีพ้อย [%d] Point",PlayerInfo[playerid][pPoint]);
   SendClientMessage(playerid, 0xF6BE00AA,string);
            SendClientMessage(playerid, 0xF6E900AA,">1:Truemoney 50 - ได้ 50 point");
            SendClientMessage(playerid, 0xF6E900AA,">2:Truemoney 90 - ได้ 90 point");
            SendClientMessage(playerid, 0xF6E900AA,">3:Truemoney 150 - ได้ 150 point");
            SendClientMessage(playerid, 0xF6E900AA,">4:Truemoney 300 - ได้ 350 point");
            SendClientMessage(playerid, 0xF6E900AA,">3:Truemoney 500 - ได้ 600 point");
            SendClientMessage(playerid, 0xF6E900AA,">3:Truemoney 1000 - ได้ 1300 point");
            SendClientMessage(playerid, 0xF60000AA,"> สนใจติดต่อที่ Admin ครับ");
            SendClientMessage(playerid, 0xF6E900AA,"l__________________________________l");
  }
  return 1;
}
if(strcmp(cmd, "/givepoint", true) == 0)
{
  if (PlayerInfo[playerid][pAdmin] >= 10000)
  {
      if(IsPlayerConnected(playerid))
      {
    tmp = strtok(cmdtext, idx);
    if(!strlen(tmp))
    {
     SendClientMessage(playerid, COLOR_GRAD1, "USAGE: /givepoint [playerid/PartOfName] [จำนวน]");
     return 1;
    }
    //giveplayerid = strval(tmp);
          giveplayerid = ReturnUser(tmp);
    tmp = strtok(cmdtext, idx);
    if(!strlen(tmp))
    {
     SendClientMessage(playerid, COLOR_GRAD1, "USAGE: /givepoint [playerid/PartOfName] [จำนวน]");
     return 1;
    }
    new playa;
    GetPlayerName(playa, sendername, sizeof(sendername));
    playa = ReturnUser(tmp);
    moneys = strval(tmp);
       PlayerInfo[giveplayerid][pPoint] = moneys;
       GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer));
    GetPlayerName(playerid, sendername, sizeof(sendername));
    format(string, 256, "AdmWarning: %s ได้ให้พ้อยแก่ %s %d พ้อย", sendername,giveplayer,moneys);
    ABroadCast(COLOR_YELLOW,string,1);
   }
  }
  return 1;
}
if(strcmp(cmd, "/cashshop", true) == 0)
{
     if(IsPlayerConnected(playerid))
     {
            PlayerPlaySound(playerid, 1058, 0.0, 0.0, 0.0);
            SendClientMessage(playerid, 0x0063F6AA,"l___ Cash Shop Lisht___l");
            format(string, sizeof(string), ">Point: คุณมีพ้อย [%d] Point",PlayerInfo[playerid][pPoint]);
   SendClientMessage(playerid, 0x00B4F6AA,string);
            SendClientMessage(playerid, 0x00E5F6AA,">1:/gs1 (โรงรถ(1) >>[150>-Point]<<");
            SendClientMessage(playerid, 0x00E5F6AA,">2:/gs2 (โรงรถ (1)(2) >>[200>-Point]<<");
            SendClientMessage(playerid, 0x00E5F6AA,">3:/gs3 (โรงรถ (1)(2)(3) >>[250>-Point]<<");
            SendClientMessage(playerid, 0x00E5F6AA,">4:/gs4 (โรงรถ(1)(2)(3)(4) >>[300>-Point]<<");
            SendClientMessage(playerid, 0x00E5F6AA,">5:/gs5  เงิน 1,000,000$ >>[50>-Point]<<");
            SendClientMessage(playerid, 0x00E5F6AA,"l___________________________________________________l");
  }
  return 1;
}
if (strcmp(cmd, "/gs1", true) == 0)
{
  if(PlayerInfo[playerid][pPoint] >= 149)
        {
        PlayerInfo[playerid][pDonateRank] += 1;
        PlayerInfo[playerid][pPoint] -= 150;
        PlayerPlaySound(playerid, 1058, 0.0, 0.0, 0.0);
  SendClientMessage(playerid, 0xF61400AA,"คุณได้ซื้อโรงรถ 1 /opg1");
  SendClientMessage(playerid, COLOR_YELLOW,"ขอบคุณที่อุดหนุนครับ)");
  }
  else
   {
    SendClientMessage(playerid, 0x8D8DFF00, "  คุณมีพ้อยไม่พอ !");
   }
  return 1;
   }
   if (strcmp(cmd, "/gs2", true) == 0)
{
  if(PlayerInfo[playerid][pPoint] >= 249)
        {
        PlayerInfo[playerid][pDonateRank] += 2;
        PlayerInfo[playerid][pPoint] -= 250;
        PlayerPlaySound(playerid, 1058, 0.0, 0.0, 0.0);
  SendClientMessage(playerid, 0xF61400AA,"คุณได้ซื้อโรงรถ 1-2 /opg1 - 2");
  SendClientMessage(playerid, COLOR_YELLOW,"ขอบคุณที่อุดหนุนครับ)");
  }
  else
   {
    SendClientMessage(playerid, 0x8D8DFF00, " คุณมีพ้อยไม่พอ   !");
   }
  return 1;
   }
   if (strcmp(cmd, "/gs3", true) == 0)
{
  if(PlayerInfo[playerid][pPoint] >= 299)
        {
        PlayerInfo[playerid][pDonateRank] += 3;
        PlayerInfo[playerid][pPoint] -= 300;
        PlayerPlaySound(playerid, 1058, 0.0, 0.0, 0.0);
  SendClientMessage(playerid, 0xF61400AA,"คุณได้ซื้อโรงรถ 1-3 /opg1 - 3");
  SendClientMessage(playerid, COLOR_YELLOW,"ขอบคุณที่อุดหนุนครับ )");
  }
  else
   {
    SendClientMessage(playerid, 0x8D8DFF00, "  คุณมีพ้อยไม่พอ  !");
   }
  return 1;
   }
   if (strcmp(cmd, "/gs4", true) == 0)
{
  if(PlayerInfo[playerid][pPoint] >= 499)
        {
        PlayerInfo[playerid][pDonateRank] += 4;
        PlayerInfo[playerid][pPoint] -= 500;
        PlayerPlaySound(playerid, 1058, 0.0, 0.0, 0.0);
  SendClientMessage(playerid, 0xF61400AA,"คุณได้ซื้อโรงรถ 1-4 /opg1 - 4");
  SendClientMessage(playerid, COLOR_YELLOW,"ขอบคุณที่อุดหนุนครับ:)");
  }
  else
   {
    SendClientMessage(playerid, 0x8D8DFF00, "   คุณมีพ้อยไม่พอ !");
   }
  return 1;
   }
   if (strcmp(cmd, "/gs5", true) == 0)
{
  if(PlayerInfo[playerid][pPoint] >= 49)
        {
        SafeGivePlayerMoney(playerid,1000000);
        PlayerInfo[playerid][pPoint] -= 50;
        PlayerPlaySound(playerid, 1058, 0.0, 0.0, 0.0);
  SendClientMessage(playerid, 0xF61400AA,"·คุณได้ซื้อเงิน 1M ");
  SendClientMessage(playerid, COLOR_YELLOW,"ขอบคุณที่อุดหนุนครับ:)");
  }
  else
   {
    SendClientMessage(playerid, 0x8D8DFF00, "  คุณมีพ้อยไม่พอ !");
   }
  return 1;
   }
โพสต์ 2015-5-30 18:47:21 | ดูโพสต์ทั้งหมด
THXXXXXXXXXXXXXXXXXXXXXX
โพสต์ 2015-8-5 20:58:27 | ดูโพสต์ทั้งหมด
Thankkkkkkkkkkk
ขออภัย! คุณไม่ได้รับสิทธิ์ในการดำเนินการในส่วนนี้ กรุณาเลือกอย่างใดอย่างหนึ่ง ลงชื่อเข้าใช้ | สมัครสมาชิก

รายละเอียดเครดิต

ปิด

เว็บมาสเตอร์แนะนำก่อนหน้า /1 ต่อไป

รูปแบบข้อความล้วน|Mobile|รายชื่อผู้ถูกระงับบัญชี| Samp-TH GTAOnline Thailand



เว็บสอนเปิดเซิฟเวอร์ GTA SAMP ONLINE, แจกสคริปต์ GTA, ขายสคริปต์ GTA, ซื้อสคริปต์ GTA SAMP, รวมระบบ GTA SAMP, รวมเซิฟ GTA ONLINE SAMP, SAMP-TH.NET, เกมจีทีเอ, GTA SAN, หาเซิฟ GTA เล่น, โปรโมทเซิฟ GTA ONLINE, วิธีเล่น GTA ONLINE, จีทีเอ ออนไลน์, หาเซิฟ GTA, เซิฟ GTA 0.3.7, เซิฟ GTA 0.3e RC5, ระบบเซิฟ GTA, สคริปต์ GTA, GTA ออนไลน์, เว็บโหลด GTA, SAMP-TH, GTA-TH, โคโล GTA, หาเซิฟ GTA ONLINE, COLO-GTA, โคโลจีทีเอ, เช่าโคโล GTA, เซิฟ GTA ออนไลน์

Copyright © 2001-2013 Comsenz Inc.   All Rights Reserved.

Powered by Discuz! X3.4

ตอบกระทู้ ขึ้นไปด้านบน ไปที่หน้ารายการกระทู้