Add get player ping util

This commit is contained in:
Vortrex
2022-01-31 12:32:09 -06:00
parent 83ff490125
commit 3dad0b598e

View File

@@ -997,3 +997,9 @@ function warpPedIntoVehicle(ped, vehicle, seatId) {
}
// ===========================================================================
function getPlayerPing(client) {
return client.ping
}
// ===========================================================================