Search results

  1. S

    Shopping Carts?

    Related to shopping carts, I would love to see something like this included: http://forums.bistudio.com/showthread.php?110488-GeneralCarver-Pack-Cow-Script-v1 Especially if you had to build it up - find a harness, go get a cow, take it to a cart, etc.
  2. S

    Stuck AN2s and a solution

    The 2nd works better than the first because you escaped the " " marks properly then. Not certain why it doesn't catch anything, though. Have you verified that the inventory string is proper? For instance, select * from objects where inventory = '[[[],[]],[[\"ItemSodaEmpty\"],[1]],[[],[]]]'...
  3. S

    Pulling Stats

    So to get lifetime stats I would add the profile stats and the alive survivor stats? Thanks for that, I couldn't figure how that was working. I'm just working out my queries now, but once I get code I'd be glad to share.
  4. S

    Pulling Stats

    I'm trying to pull some player stats from the database. Obviously, I can sum stats from the survivor table, but I wanted to go for some "lifetime" style stats, and that only covers what hasn't been cleared out by cleandead. I've noticed that the profile table includes different player stats -...
  5. S

    Python program to generate mission file with vehicle db spawns

    Brilliant. This is exactly what I've been wanting to fix up my spawns a bit. Thanks!
  6. S

    Feature request: Tapa talk plugin

    It lets you read the forums easily on a mobile. Free plugin for forum admins. http://www.tapatalk.com
  7. S

    Issues: Tanks (textures, exit can broke your legs...)

    I am a fan of the tank, especially skinned like it is. Just needs some bugs worked out.
  8. S

    Stuck AN2s and a solution

    Got tired of dealing with AN2s stuck in trees around my map, so here's my solution. If players find a stuck plane they add some trash loot (empty tin cans, whisky bottles) to the inventory, and on the next restart it will be destroyed and respawned. I created a stored procedure in the database...
  9. S

    Issues: Tanks (textures, exit can broke your legs...)

    I can confirm - exiting any seat but driver and your character will spawn several meters above the tank and fall to the ground. Decent chance of taking damage. Also, tank is exceptionally difficult for multiple people to enter - the only spot you can access any seat but the driver is a very...
  10. S

    new server but no vehicle's

    Your mysql database name and password. It's covered in the readme
Back
Top