Move surrendered util to misc.js

This commit is contained in:
Vortrex
2022-07-17 01:42:10 -05:00
parent a52590ea56
commit 945d44d878

View File

@@ -28,10 +28,4 @@ function unHandCuffPlayer(client) {
setPlayerControlState(client, true);
}
// ===========================================================================
function isPlayerSurrendered(client) {
return true; //(getPlayerData(client).pedState == AGRP_PEDSTATE_TAZED || getPlayerData(client).pedState == AGRP_PEDSTATE_HANDSUP);
}
// ===========================================================================