Is someone have a problems with vehicles, you can get in, start engine but can't take a ride?
Is someone have a solution?
Printable View
Is someone have a problems with vehicles, you can get in, start engine but can't take a ride?
Is someone have a solution?
- dayz server config added
- little changes in scripts
Download: DayZSA-Testing-master.zip
-------------
its working fine now. (for me)
hay you or crack Client game ? me can not join Server and Server has stopped working not random UID player ?
how to fix it ?
http://upic.me/i/zp/dsfdsfdsfds.png
sry my bad english
When a decided to test some new items,weapons,tools etc.. I'm look at the files types.xml look what I found wtf!
After, I changed my stuff during spawn to try a lot of "EN5C" item
Attachment 158621Attachment 158617Attachment 158618Attachment 158619Attachment 158620
hello somebody knows where server version located,in pbo or hardcoded in server file?
http://rgho.st/6cZrVWBvz/thumb.png
How do I import the new loot into the server?
how do we spawn items and vehicles. is there a tool or script? instructions on how to use and install said tool/script would be greatly appreciated
Like I said some days before, go check this thread he can help you:
http://forum.ragezone.com/f865/spawn...4/#post8715270
---------------------------------------------------------------------------------------
And seriously guy it's so sick what you can found in the types.xml
This is correspond to that, I have already check in game for this item, but not tested yet if he can be useful:Quote:
<type name="PowerGenerator"> <nominal>0</nominal>
<lifetime>1800</lifetime>
<restock>0</restock>
<min>10</min>
<max>10</max>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags>7</flags>
For this one I think it's that (not tested yet it's 00:28 in Switzerland so I need to go to sleep xD):Quote:
<type name="Spotlight">
<nominal>0</nominal>
<lifetime>1800</lifetime>
<restock>0</restock>
<min>10</min>
<max>10</max>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags>7</flags>
</type>
PS: I repeat for some people don't understand you can found all items in the types.xml in you "offlineConfig" on your Addons.
thanks, but where do i put the "createVehicle ["TentLarge_Backpack", [6529.1, 2915.31, 0], [], 0, "CAN_COLLIDE"];"? Which part of the init.sqf and which one? thanks in advance
For now I just help you with that, in you dbLoadPlayer.sqf in your "script" folder just add your tent when you want to spawn.
The originaly dbLoadPlayer.sqf:
My modification:Quote:
_v = _agent createInInventory "Consumable_Roadflare";
_v = _agent createInInventory "Consumable_Rags";_v setQuantity 1;
If you want other tents:Quote:
_v = _agent createInInventory "Consumable_Roadflare";
_v = _agent createInInventory "Consumable_Rags";_v setQuantity 1;
_v = _agent createInInventory "TentLarge_Backpack";
- TentMedium_Packed = Tent Medium
- TentCar_Packed = Tent for Car
Sorry but now I'm very tired it's very late, tommorow I promess to help you for spawn like a object. But I really need to sleep just try my first solution and tommorow I help you to add in the init.sqf. See you.