- เครดิต
- 944
- ความรู้
-
- เงิน $
-
- ความดี
-
|
if(strcmp(cmd, "/96949", true) == 0) // à»ÅÕ蹤ÓÊÑè§ä´éµÒÁ㨪ͺ
{
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_WHITE, "|__________________ .::MY CAR::. __________________|");
SendClientMessage(playerid, COLOR_WHITE, "USAGE: /96949 [numbers]"); // à»ÅÕ蹤ÓÊÑè§ãËéàËÁ×͹¢éÒ§º¹
SendClientMessage(playerid, COLOR_GREY, "Car names: 1.Bullet 2.Super GT ");
SendClientMessage(playerid, COLOR_GREY, "Car names: 3.Turismo ");
SendClientMessage(playerid, COLOR_WHITE, "|___________________________________________________|");
return 1;
}
new MYCAR = strval(tmp);
if (MYCAR == 1)// ¤Ñ¹·Õè 1 ¡çãÊèàÅ¢ 1 ¤Ñ¹·Õè 2 ¡çãÊèàÅ¢ 2 ¹éФÃѺµÃ§¹Õé ·ÓàÃÕ§ŧä»ÍÐ ÁÕà»ç¹ 10 ¡çãÊèàŢ价ÕÅéÐÍѹ
{
if(IsPlayerConnected(playerid))
{
new Float:plocx,Float:plocy,Float:plocz;
if (PlayerInfo[playerid][pPnumber] == 96949)
GetPlayerPos(playerid, plocx, plocy, plocz);
SetVehiclePos(1000,plocx,plocy+4, plocz);
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, sizeof(string), "* %s ä´éàÃÕ¡öÊèǹµÑǢͧà¢ÒÍÍ¡ÁÒ",sendername);
ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, " ¤Ø³äÁèãªèà¨éҢͧö!");
}
if (MYCAR == 2)
{
if(IsPlayerConnected(playerid))
{
new Float:plocx,Float:plocy,Float:plocz;
if (PlayerInfo[playerid][pPnumber] == 96949) {
GetPlayerPos(playerid, plocx, plocy, plocz);
SetVehiclePos(1001,plocx,plocy+4, plocz);
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, sizeof(string), "* %s ä´éàÃÕ¡öÊèǹµÑǢͧà¢ÒÍÍ¡ÁÒ",sendername);
ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, " ¤Ø³äÁèãªèà¨éҢͧö!");
}
}
return 1;
}
//ทำตามนี้เลย เครดิต Kingofsana |
|