Skip to main content

IsValidPlayerObject

คำอธิบาย

Checks if the given object ID is valid for the given player.

NameDescription
playeridThe ID of the player whose player-object to validate.
objectidThe ID of the object to validate.

ส่งคืน

1 if the object exists, 0 if not.

ตัวอย่าง

// Check if an object is valid (exists) before we delete it
if (IsValidPlayerObject(playerid, objectid))
{
DestroyPlayerObject(playerid, objectid);
}

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