- เครดิต
- 2291
- ความรู้
-
- เงิน $
-
- ความดี
-
|
แก้ไขครั้งสุดท้ายโดย Gta-Mf-satansix เมื่อ 2011-1-10 19:00
- if(strcmp(cmd, "/Newbie", true) == 0)
- {
- if(IsPlayerConnected(playerid))
- {
- if(PlayerInfo[playerid][pLevel] == 1)
- {
- if(PlayerToPoint(1.0, playerid, พิกัดของท่าน )) // พิกัด
- {
- PlayerInfo[playerid][pCarLic] = 1;
- PlayerInfo[playerid][pLevel] = 2;
- SetPlayerHealth(playerid, 100);
- SafeGivePlayerMoney(playerid, 100000); // จำนานเงิน
- SendClientMessage(playerid, COLOR_LIGHTBLUE, "ใส่ขอความเองนะครับ ");
- }
-
- }
- else
- {
- SendClientMessage(playerid, COLOR_GRAD1, "คุณไม่ใช่เด็กใหม่ ");
- }
- }
- return 1;
- }
-
คัดลอกไปที่คลิปบอร์ด |
|