- เครดิต
- 166
- ความรู้
-
- เงิน $
-
- ความดี
-
|
หา enum pInfo
-----------
เพิ่มนี้
pJuti,
pNewPoint,
-----------------------
ค้นหา if (strcmp(cmd,
เพิ่ม
-------------------------------- if (strcmp(cmd, "/จุติ", true) == 0)
- {
- if(IsPlayerConnected(playerid))
- {
- if (!PlayerToPoint(6.0, playerid,-2026.7720,156.8498,34.3879)) << แก้เอา อันนี้อยู่บนปั้มหน้าอู่
- {
- SendClientMessage(playerid, COLOR_GRAD2, " ไม่พบตำแหน่ง");
- return 1;
- }
- if (PlayerInfo[playerid][pLevel] < 20)
- {
- SendClientMessage(playerid, COLOR_GRAD1, " คุณต้องมีเลเวล 20 ถึงจุติได้ !");
- return 1;
- }
- if (PlayerInfo[playerid][pJuti] == 3)
- {
- SendClientMessage(playerid, COLOR_GRAD1, " คุณจุติครบ 3 รอบสนใจระบบนี้อีกติดต่อ supharongz");
- return 1;
- }
- if(PlayerInfo[playerid][pJuti] == 0)
- {
- SendClientMessage(playerid, COLOR_RED, "คุณจะจุติเรียบร้อบแล้ว");
- SendClientMessage(playerid, COLOR_YELLOW, "Money + 1M");
- SendClientMessage(playerid, COLOR_YELLOW, "ฉายา เซียนเทพ");
- new reborn = PlayerInfo[playerid][pJuti];
- SafeGivePlayerMoney(playerid, 1000000);
- PlayerInfo[playerid][pJuti] = 1;
- format(string, sizeof(string), "[ ระบบ จุติเลเวล ] คุณได้จุติครั้งที่ %d แล้ว+", reborn);
- SendClientMessage(playerid, COLOR_ALLDEPT, string);
- PlayerInfo[playerid][pLevel] = 1;
- PlayerInfo[playerid][pJuti] += 1;
- }
- if(PlayerInfo[playerid][pJuti] == 1)
- {
- SendClientMessage(playerid, COLOR_RED, "คุณจะจุติเรียบร้อบแล้ว");
- SendClientMessage(playerid, COLOR_YELLOW, "Money + 2M");
- SendClientMessage(playerid, COLOR_YELLOW, "Point + 50p");
- SendClientMessage(playerid, COLOR_YELLOW, "ฉายา GodFather");
- new reborn = PlayerInfo[playerid][pJuti];
- SafeGivePlayerMoney(playerid, 2000000);
- PlayerInfo[playerid][pJuti] = 2;
- PlayerInfo[playerid][pNewPoint] += 50;
- format(string, sizeof(string), "[ ระบบ จุติเลเวล ] คุณได้จุติครั้งที่ %d แล้ว+", reborn);
- SendClientMessage(playerid, COLOR_ALLDEPT, string);
- PlayerInfo[playerid][pLevel] = 1;
- PlayerInfo[playerid][pJuti] += 1;
- }
- if(PlayerInfo[playerid][pJuti] == 2)
- {
- SendClientMessage(playerid, COLOR_RED, "คุณจะจุติเรียบร้อบแล้ว");
- SendClientMessage(playerid, COLOR_YELLOW, "Money + 3M");
- SendClientMessage(playerid, COLOR_YELLOW, "ตำรวจ /cgps ไม่ได้");
- SendClientMessage(playerid, COLOR_YELLOW, "ฉายา พ่อทุกสถาบัน!");
- new reborn = PlayerInfo[playerid][pJuti];
- SafeGivePlayerMoney(playerid, 3000000);
- PlayerInfo[playerid][pJuti] = 3;
- format(string, sizeof(string), "[ ระบบ จุติเลเวล ] คุณได้จุติครั้งที่ %d แล้ว", reborn);
- SendClientMessage(playerid, COLOR_ALLDEPT, string);
- PlayerInfo[playerid][pLevel] = 1;
- PlayerInfo[playerid][pJuti] += 1;
- }
- }
- return 1;
- }
คัดลอกไปที่คลิปบอร์ด -----------------------------------
ทำต่อจาก โพสนี้
http://www.samp-th.net/bbs/forum ... &extra=page%3D1
อันนั้นมัน เอ่อเร่อ
|
|