Problem with lockboxes, deploy bike.---Server Crash(New problem)---

IvertizPL

Member
I have problem, If anyone on my server try to open lockbox they got "Kicked by Battleye Script Restriction #1" how can I repair it?

And second question is about deploying bike. My bike don't kill people but he dissappear after few seconds.

RPT file
Code:
infiSTAR.de Log: NaTsu (76561198101208154) | DELETED Vehicle with Invalid ID(0): Old_bike_TK_CIV_EP1 @009053"

Please about fast reply ! I really need help
 
Check your deploy bike script and check the area where the bike is created, somewhere around the createvehicle command you need to have something like this:

Code:
_oldbike setVariable["CharacterID", "1337", true];
 
FallingSheep - my hosting is Nitrado.net and i don't know how can i add it to Infistar this files are hiden.

SchwEde- I have only
Code:
_object setVariable["MalSar", "1", true];

I don't have nothing with _oldbike
 
Last edited:
Unfortunatelly, now I have problem with all my server... Battleye still kick my by Script Restriction after update Battleye scripts like createvehicle.txt
 
then make execption in the filter for it. Simple as that :)
If you need help with it you can write me a PN i can give you some support on german with that
 
I repair server, but one thing still don't work, deployed bikes don't kill but still disappeared after some seconds. I add this line
Code:
_object setVariable["CharacterID", "1", true];

But it's doesn't work and sorry for my poor English language ;)
 
Don't worry about your language as long as everybody can understand You.

There must some sort of a log in your rpt as soon as the bike disappears. post your rpt right after this happens.
Next thing you want to post is your dayzserver/server_updateObject.sqf just to see if it's set up the right way
 
Code:
18:46:39 Server: Object 28:17 not found (message 99)
18:46:39 Server: Object 28:31 not found (message 70)
18:46:39 Server: Object 28:29 not found (message 70)

Code:
18:13:45 Cannot use magazine 30Rnd_9x19_UZI_SD in muzzle PMC_ied_v3_muzzle
18:13:45 Cannot use magazine 30Rnd_762x39_SA58 in muzzle PMC_ied_v4_muzzle
18:13:45 Cannot use magazine 30Rnd_762x39_SA58 in muzzle Binocular
18:13:45 Cannot use magazine 30Rnd_762x39_SA58 in muzzle UZI_SD_EP1
18:13:45 Cannot use magazine ItemBandage in muzzle UZI_SD_EP1
18:13:46 Cannot use magazine 30Rnd_9x19_UZI_SD in muzzle PMC_ied_v2_muzzle
18:13:46 Cannot use magazine 30Rnd_9x19_UZI_SD in muzzle PMC_ied_v3_muzzle
18:13:46 Cannot use magazine 30Rnd_762x39_SA58 in muzzle PMC_ied_v4_muzzle

Code:
18:34:59 Link cannot be resolved
18:34:59 Object id 87ca8fb0 (1968) not found in slot 337,62

Code:
18:39:50 Server: Network message 3bc117 is pending
18:39:50 Server: Network message 3bc118 is pending
18:39:50 Server: Network message 3bc119 is pending
18:39:51 Server: Network message 3bc11a is pending
18:39:51 Server: Network message 3bc11b is pending
18:39:51 Server: Network message 3bc11c is pending
18:39:52 Server: Network message 3bc11d is pending

Code:
18:41:51 No player found for channel 877117568 - message ignored
18:41:51 No player found for channel 877117568 - message ignored
18:41:51 No player found for channel 877117568 - message ignored
18:41:51 No player found for channel 877117568 - message ignored
18:41:51 No player found for channel 877117568 - message ignored

Code:
18:42:50 Server: Update of object 19:236 arrived from nonowner
18:42:50 Server: Update of object 19:223 arrived from nonowner
18:42:50 Server: Update of object 19:221 arrived from nonowner
18:42:50 Server: Update of object 19:210 arrived from nonowner

Help me please, my server crash two times and this lines are in my rpt log. I have some players and them are "angry" I need fast help please :)
 
Back
Top