| 
 
เครดิต68ความรู้ เงิน $  ความดี  
 | 
| ]คัดลอกไปที่คลิปบอร์ด        if(strcmp(cmd,"/หนีดาว",true)== 0 )
        {
                if(IsPlayerConnected(playerid))
                {
                        if(WantedLevel[playerid] > 0)
                        {
                                if(SpamEscape[playerid] >= MAX_SPAM)
                                {
                                        SendClientMessage(playerid,COLOR_GRAD1,"กรุณารอ 5 นาทีจึงจะหนีได้ใหม่!");
                                        return 1;
                                }
                                SpamEscape[playerid] += 100;
                                Esape[playerid] = 100;
                                SendClientMessage(playerid,COLOR_LIGHTBLUE,"[ระบบหนีดาว]: หนีตำรวจให้ครบตามเวลาที่กำหนด!");
                        }
                        else
                        {
                                SendClientMessage(playerid,COLOR_LIGHTBLUE,"คุณไม่มีความต้องการตัว !");
                                return 1;
                        }
                }
        }
 | 
 |