Skip to main content

GetPlayerFightingStyle

คำอธิบาย​

Get the fighting style the player currently using.

NameDescription
playeridThe ID of the player to get the fighting style of.

ส่งคืน​

The ID of the fighting style of the player.

ตัวอย่าง​

if (GetPlayerFightingStyle(playerid) == FIGHT_STYLE_NORMAL)
{
SendClientMessage(playerid,0xFFFFFFAA,"You are using normal fighting style!");
}

ฟังก์ชั่นที่เกี่ยวข้องกัน​