| 
 
เครดิต305ความรู้ เงิน $  ความดี  
 | 
 
| if(strcmp(cmd, "/fxv", true) == 0) {
 if(IsPlayerConnected(playerid))
 {
 PlayerInfo[playerid][pDonateRank] = 4;
 {
 SendClientMessage(playerid, COLOR_GRAD1, "   you are not authorized to use that command!");
 return 1;
 }
 if(IsPlayerInAnyVehicle(playerid))
 {
 SetVehicleHealth(GetPlayerVehicleID(playerid), 1000.0); //???????????????????
 SendClientMessage(playerid, COLOR_GREY, "   Vehicle Fixed !");
 }
 }
 return 1;
 }
 เนี่ยคำสั่งนี้ผมทำให้มันใช้ได้สำหรับ DonateRank 4 พอผม /setstat ตัวเองแล้ว ยังใช้ไมไ่ด้ทำไงดี
 | 
 |