- เครดิต
- 82
- ความรู้
-
- เงิน $
-
- ความดี
-
|
แจกที่รับของเด็กใหม่ แบบไม่ต้องใช้พิกัด
ตอบกระทู้ก่อนน่ะคับ- [hide]//-------------------------------[รับของ]-----------------------------------------------------------------------
- if (strcmp(cmd, "/รับของ", true) == 0)
- {
- if(PlayerInfo[playerid][pLevel] <= 2)
- {
- PlayerInfo[playerid][pCarLic] = 3;
- PlayerInfo[playerid][pLevel] += 4;
- SafeGivePlayerMoney(playerid, 30000);
- SendClientMessage(playerid, COLOR_WHITE,"{f14465}- คุณได้รับเลเวล : +4");
- SendClientMessage(playerid, COLOR_WHITE,"{754aef}- เงินสดจำนวน : 30,000 บาท");
- SendClientMessage(playerid, COLOR_WHITE,"{afef52}- ใบขับขี่รถยนต์จำนวน : 1 ใบ");
- SendClientMessage(playerid, COLOR_WHITE,"{f14465}- [------- ขอให้สนุกกับเซิฟเวอร์นะค้าบบบ -------]");
- }
- else
- {
- SendClientMessage(playerid, 0x8D8DFF00, " * คุณได้รับของไปแล้ว มารับอีกทำไม !");
- }
- return 1;
- }[/hide]
คัดลอกไปที่คลิปบอร์ด |
|