- เครดิต
- 35
- ความรู้
-
- เงิน $
-
- ความดี
-
|
{
format(string, sizeof(string), " %s ได้หยิบปืนออกจากคลัง พร้อมกินอาหารไปด้วย", sendername);
ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
ApplyAnimation(playerid,"COLT45","colt45_reload",4.0,0,0,0,0,0);
ResetPlayerWeapons(playerid);
GivePlayerWeapon(playerid, 25, 100);
GivePlayerWeapon(playerid, 29, 300);
GivePlayerWeapon(playerid, 30, 300);
GivePlayerWeapon(playerid, 4, 1);
GivePlayerWeapon(playerid, 24, 200);
SetPlayerHealth(playerid, 100);
}
else
{
SendClientMessage(playerid, COLOR_GRAD2, " คุณไม่ได้อยู่ที่ตอนเกิดของแก๊งค์ในตอนแรก !");
return 1;
} |
|