- เครดิต
- 944
- ความรู้
-
- เงิน $
-
- ความดี
-
|
//////////วาป///////////////////
if(strcmp(cmd, "/เปลี่ยนคำสั่งวาปเอานะ", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(!PlayerToPoint(3.0,playerid,1971.7695,1619.6788,12.8834)) //พิกัดที่จะวาปได้ คือต้องอยู่จุดนี้จึงจะวาปได้
{
SendClientMessage(playerid, COLOR_GREY, " คุณไม่ได้อยู่จุดวาป !");
return 1;
}
if(IsPlayerConnected(playerid))
{
if (GetPlayerState(playerid) == 2)
{
new tmpcar = GetPlayerVehicleID(playerid);
SetVehiclePos(tmpcar, -1930.3608,198.0463,25.6393); //อันนี้พิกัดที่จะวาปไป
TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
}
else
{
SetPlayerPos(playerid, -1930.3608,198.0463,25.6393); //อันนี้พิกัดที่จะวาปไป
}
SetPlayerInterior(playerid,0);
PlayerInfo[playerid][pLocal] = 103;
GameTextForPlayer(playerid, "~P~Wellcom To RC Server", 5000, 1); //อันนี้เวลาวาปแล้วจะึ้ขึ้นคำข้างๆ
SetPlayerPos(playerid,-1930.3608,198.0463,25.6393);
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, "คุณไม่สามารถใช้คำสั่งนี้ได้!");
}
}
return 1;
}
อันนี้คำสั่งอยู่ที่ไหนก็วาปได้ (สำหรับแอดมิน) (ส่วนที่จะเปลีย่นตรงไหนก้เปลี่ยนเหมือนข้างบนเลย)
if(strcmp(cmd, "/เปลี่ยนคำสั่ง", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo[playerid][pAdmin] >= 3)
{
if (GetPlayerState(playerid) == 2)
{
new tmpcar = GetPlayerVehicleID(playerid);
SetVehiclePos(tmpcar, 2147.8657,-75.5560,3.0968);
TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
}
else
{
SetPlayerPos(playerid, 2147.8657,-75.5560,3.0968);
}
SendClientMessage(playerid, COLOR_GRAD1, " You have been teleported !");
SetPlayerInterior(playerid,0);
PlayerInfo[playerid][pInt] = 0;
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, " You are not authorized to use that command !");
}
}
return 1;
}
อันนี้วาปที่ไหนก็ได้สำหรับบุลคนทั่วไป
if(strcmp(cmd, "/เปลี่ยนคำสั่ง", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo[playerid][pAdmin] >= 0)
{
if (GetPlayerState(playerid) == 2)
{
new tmpcar = GetPlayerVehicleID(playerid);
SetVehiclePos(tmpcar, 2147.8657,-75.5560,3.0968);
TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
}
else
{
SetPlayerPos(playerid, 2147.8657,-75.5560,3.0968);
}
SendClientMessage(playerid, COLOR_GRAD1, " You have been teleported !");
SetPlayerInterior(playerid,0);
PlayerInfo[playerid][pInt] = 0;
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, " You are not authorized to use that command !");
}
}
return 1;
}
อันนี้สำหรับ VIP
if(strcmp(cmd, "/เปลี่ยนคำสั่ง", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo[playerid][pDonateRank] >= 0) //จะให้ยศ VIP~ ไรก็ใส่ไป
{
if (GetPlayerState(playerid) == 2)
{
new tmpcar = GetPlayerVehicleID(playerid);
SetVehiclePos(tmpcar, 2147.8657,-75.5560,3.0968);
TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
}
else
{
SetPlayerPos(playerid, 2147.8657,-75.5560,3.0968);
}
SendClientMessage(playerid, COLOR_GRAD1, " You have been teleported !");
SetPlayerInterior(playerid,0);
PlayerInfo[playerid][pInt] = 0;
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, " You are not authorized to use that command !");
}
}
return 1;
}
////////////////////ปืน/////////////
ctrl+f หา public SetPlayerWeapons
เพิ่ม
if(PlayerInfo[playerid][pPnumber] == 1150)---->อันนี้หมายเลขโทรศัพท์ที่เราตั้งไว้ว่าเลขอะไร
{
GivePlayerWeapon(playerid,24, 900);--> อันนี้คือ รหัสปืน จำนวนกระสุน
}
โดเนทปืน
|
คะแนน
-
1
ดูบันทึกคะแนน
-
|