This commit is contained in:
Vortrex
2021-11-16 02:04:40 -06:00
parent 784422f774
commit 2f1dd55b29
11 changed files with 610 additions and 105 deletions

View File

@@ -5,4 +5,16 @@
// FILE: npc.js
// DESC: Provides NPC usage and functions
// TYPE: Server (JavaScript)
// ===========================================================================
function initNPCScript() {
}
// ===========================================================================
function getNPCData(ped) {
return false;
}
// ===========================================================================