ok Its probably worth mentioning that 1.63 now runs differently. The action now needs to be defined and then actioned: So example this
player removeAction s_player_fuelauto;
s_player_fuelauto = -1;
now needs to be this
s_player_fuelauto = -1;
player...
So Iuess a basic question is if the items are working if you remove vector? I suggest beuilding one like a locked door (easier to find) and then have a look at the db to see if its writen. Post your rpt too so we can see if there is anything going on. Both client and server please.
Cool story Bro. It nice to share, that what my mum told me.
Anyway as a mini mod to this I created an array to make sure you can only NOS some vehicles not all;
In the FN_selfactions
change this:
_isaCar = _cursorTarget isKindOf "Car";
to this:
//////////////////////NOS
_isaCar =...
OK So in DZAI go to spawn_functions\spawnVehicleCustom.sqf
I would suggest maybe trying something like:
Add "_isWaterVehicle" Under Private = [........
Then add
_isWaterVehicle = (_vehicleType isKindOf "Water"); (you can also do an array inplace of "Water" if you want a specific type)
Under...
Easiest way to handle it is to check the disable radio button on the unlock non key vehicles and see if that helps. Saying this why would you want to disable this as it it helps the admin. The key only unlocks if the key is lost.
Yup thats the one. You should also have one called findvehcilekeysCount its a process:
CREATE DEFINER=`vilayer`@`%` FUNCTION `FindVehicleKeysCount`(`keyId` INT)
RETURNS int(11)
LANGUAGE SQL
NOT DETERMINISTIC
CONTAINS SQL
SQL SECURITY DEFINER
COMMENT ''
BEGIN
BEGIN...
What host are you using. Have a look at the sql there is a process that unlocks player bought vehicles if the key is lost. It sets the objectid to 0. Worth a shot.
Hey guys so its all working now even with the array. I used some jedi force mind trick on it.... nah it just started working after a couple of server restarts.....
Now all i have to do is work out why players dont get their vehicles? They spawn in then dissapear. Player gets their key and...
Hey mate. Yes so the install nos doesnt come up. I made an array for _iscar but still nothing. Im sure its something like a missing close hense the vehicle locked issue too.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.