Add del local player ped util

This commit is contained in:
Vortrex
2022-06-14 17:32:24 -05:00
parent d6f767e321
commit 8f02c5c3d8

View File

@@ -698,3 +698,9 @@ function setElementHeading(elementId, heading) {
} }
// =========================================================================== // ===========================================================================
function deleteLocalPlayerPed() {
destroyElement(localPlayer);
}
// ===========================================================================