Update event.js

This commit is contained in:
Vortrex
2021-01-25 22:41:59 -06:00
parent f336f3b34c
commit bbd24e21e6

View File

@@ -88,6 +88,7 @@ function onPlayerChat(event, client, messageText) {
function onProcess(event, deltaTime) {
checkVehicleBuying();
checkPlayerSpawning();
//checkPlayerPedState();
//checkVehicleBurning();
}