Add vehicles, util funcs. Fix jobs

This commit is contained in:
VortrexFTW
2020-09-05 02:30:39 -05:00
parent c536fcd6ef
commit 29e273bf60
9 changed files with 155 additions and 81 deletions

View File

@@ -24,6 +24,7 @@ function initServerScripts() {
initAccountScript();
initChatScript();
initJobScript();
initVehicleScript();
}
// ---------------------------------------------------------------------------