Search results

  1. M

    Write objects to object_data in database

    so... this should work then? // Send to database _dir = getDir _object; _pos = getPos _object; PVDZE_obj_Publish = [0,_object,[_dir,_location],"Land_Ind_TankSmall2"]; publicVariableServer "PVDZE_obj_Publish";
  2. M

    Write objects to object_data in database

    So, I made some updates to what is craftable on my server. They craft fine but I cannot figure out how to get them to write to the database so they persist through a restart. Any help would be appreciated. I tried: _object = "Land_Ind_TankSmall2" createVehicle (position player); _object...
  3. M

    Hey, did you ever get the choo choo train script working? I cannot get it to even show a train...

    Hey, did you ever get the choo choo train script working? I cannot get it to even show a train on my server
Back
Top