The resource is awesome, great job man! i don't know , as i know there aren't bugs,everything is working perfect!
Only add the reload progressbar to hunter and hydra and the reload sound.
bindKey
getPedOccupiedVehicle
getElementModel
getElementPosition
createProjectile
setTimer
I guess you'll need to use the following functions to create it, i never tried to create this so if i'm wrong someone correct me please. Or seach on forum or community for "shooter" ,idk.
What do you mean by second rhino? if you mean to replace the model(look) of a other vehicle to a rhino then it's possible with the following functions,
engineLoadTXD
engineImportTXD
engineLoadDFF
engineReplaceModel
Rhino model is 432
If you mean to create a vehicle which can damage/shot like a rhino then use,
createProjectile
function displayResources()
local resourceTable = getResources()
for resourceKey, resourceValue in ipairs(resourceTable) do
local name = getResourceName(resourceValue)
end