Search results

  1. Tai

    sql error , need some help.

    the error. 14:36:41 Error in expression <E live.is_dead =0"; _result = _key call server_hiveReadWrite; _status = _res> 14:36:41 Error position: <server_hiveReadWrite; _status = _res> 14:36:41 Error Undefined variable in expression: server_hivereadwrite 14:36:41 File...
  2. Tai

    Flags, Textuers and Signs ?

    in Mission.SQM //trying a sign and an initted texture. class Item89 { position[]={5309.96,-58.35,2091}; placement=1; id=89; side="EMPTY"; vehicle="SignM_FARP_Winchester_EP1"; text="base_sign"; init="_nul = this setObjectTexture [0, ""signs\cb_sign.jpg""]"; }; getting the positions right or...
  3. Tai

    Death Screen

    10:25:42 Error in expression <s"]; if (deathHandled) then { exitWith {}; } deathHandled = true; _body = pl> 10:25:42 Error position: <{}; } deathHandled = true; _body = pl> 10:25:42 Error Missing ; 10:25:42 File mpmissions\__cur_mp.chernarus\dayz_code\player_death.sqf...
  4. Tai

    zombie kills ? custom loadouts.

    I think it would be cool if we could setup say 30 custom loadouts in the database, 30 levels, and then have a player be assigned to a loadout based on the number of zombie kills he or she gets before he or she dies. so that when a player dies, the game would look at their load out, count their...
  5. Tai

    database call base building mod revisit ..

    Hay all, re-visiting this problem I have to see if some one new can point me in the right direction as the code I have the moment does not seem to work and I cant seem to figure out why. The part bellow to look at is the SQL, which essentially joins along all players survivor id's so that all...
  6. Tai

    Roads?

    that one from OA, thats in the editor.
  7. Tai

    testing....

    I am finding it very annoying that while I learn the scripting language, and test out code I have to upload it and run it server side, which with a lot of changes and tweaks means a lot of down time, is there any way to setup a local server/hive for testing purposes so we can test our code...
  8. Tai

    Roads?

    there must be a way to do it, or there would be no roads at all.
  9. Tai

    Insta kill people who enters an area?

    I tried this.. class Sensors { items=1; class Item0 { position[]={[22.89,[5062.71,2477.97]]}; a=600; b=500; activationBy="west"; repeating=1; interruptable=1; age="UNKNOWN"...
  10. Tai

    Roads?

    I just tried to add a new road via the editor and DayZ.st but my rpt file just spat the roads out telling me it could not create them. is there a special way to get new roads into the game, or is it impossible ?
  11. Tai

    Base Building DayZ 1.2 Released

    UPDATE instance_deployable d LEFT JOIN ( SELECT DISTINCT d.owner_id, s.unique_id FROM instance_deployable d LEFT JOIN survivor s ON s.id = d.owner_id WHERE s.is_dead =1 ) AS dead ON dead.owner_id = d.owner_id LEFT JOIN survivor live ON live.unique_id = dead.unique_id SET d.owner_id = live.id...
  12. Tai

    Base Building DayZ 1.2 Released

    everything working appart from gates. has anyone else had this, we build gates, and they work. but after a restart they stop working and we get access denied, so they are working but not beyond a restart. need some help guys.
  13. Tai

    Flags, Textuers and Signs ?

    i got it ..
  14. Tai

    Flags, Textuers and Signs ?

    Hi there .. I am on DayZ.st in case I didnt mention that before, and I followed this video, in st we get an import script that parses the bedi file from the editor and exports sql so we can add the new buildings to the database, but I just noticed that the init stuff is not being pulled over...
  15. Tai

    Base Building DayZ 1.2 Released

    you have an extra tanktrap in that picture.
  16. Tai

    Flags, Textuers and Signs ?

    Yeah I really just wana change the texture on a single sign not every instance of that sign, but had hoped there would be a simpler way.
  17. Tai

    Adding snow to your server

    I wana try something like this.. I wana capture the whole snow code the whole file inside the code bellow, so that on a restart it will pick a random number between 1 and 100, and if that number is above 90, so 1 in 10 chance basically, it will then run the rest of the code and do the snow ...
  18. Tai

    Flags, Textuers and Signs ?

    I was on a server where the local clan had one of those big ass road billboards but with their clan details on it, i would love to know how this is done, also can it be done with flags as well ?
  19. Tai

    Base Building DayZ 1.2 Released

    haveing a problem with the gates, they work normally but as soon as we get a server reset the codes stop working. I can just build a fresh panel and it works again but it seems to lose something when the server restarts.. any clues?
Back
Top