Skip to main content

GangZoneFlashForPlayer

คำอธิบาย

Makes a gangzone flash for a player.

NameDescription
playeridThe ID of the player to flash the gangzone for.
zoneThe ID of the zone to flash.
flashcolorThe color to flash the gang zone, as an integer or hex in RGBA color format. Alpha transparency supported.

ส่งคืน

This function does not return any specific values.

ตัวอย่าง

new gangzone;

public OnGameModeInit()
{
gangzone = GangZoneCreate(1248.011, 2072.804, 1439.348, 2204.319);
return 1;
}

public OnPlayerSpawn(playerid)
{
GangZoneFlashForPlayer(playerid,gangzone,COLOR_RED);
return 1;
}

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