Add get player ping util
This commit is contained in:
@@ -996,4 +996,10 @@ function warpPedIntoVehicle(ped, vehicle, seatId) {
|
||||
ped.warpIntoVehicle(vehicle, seatId);
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
|
||||
function getPlayerPing(client) {
|
||||
return client.ping
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
Reference in New Issue
Block a user