Jump to content

nazer1290

Member
  • Content Count

    33
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About nazer1290

  • Rank
    Private First Class
  1. nazer1290

    Dancing Women???

    I don't think it's possible.
  2. I found it only happend with one of my missions =S Not sure why.
  3. Can you start a dedicated server from the client game, then connect with the client? (or, are you 'allowed' or 'supposed' to?) I did try it, but it 'lagged' horribly.
  4. How do I tell the server from the client hosting the server? (For some reason when I host a dedicated, then run ARMA2, it almost freezes up)
  5. I started a Multiplayer game with this script to test it. It hinted "I am the server". any ideas? if (isServer) then { hint("I am the server"); } else { sleep 3; hint("I am a client"); }; ---------- Post added at 08:22 PM ---------- Previous post was at 08:20 PM ---------- Ohh, wait a sec I think I messed something up :butbut: ---------- Post added at 08:24 PM ---------- Previous post was at 08:22 PM ---------- Nope, still says Im the server.
  6. How do I run a script on a non-dedicated server, without it running on the 'client' hosting the server?
  7. nazer1290

    Get class name?

    Thankyou, this will prove useful =D
  8. Is it possible to return what something is? maybe in string form? Something like classname player - would return "Object" or something.
  9. Can't you save to a text file or sql server? Cause i don't think the variables will save on server shutdown.
  10. Thanks for the help! Though, say I wanted to reset all stats, how would I do this? ---------- Post added at 02:33 PM ---------- Previous post was at 02:25 PM ---------- Could I create a gameLogic called 'server' and set the variables in that space? then to clean delete the gameLogic and replace? ---------- Post added at 02:48 PM ---------- Previous post was at 02:33 PM ---------- Also, does this save on server shutdown?
  11. nazer1290

    Force Follow?

    I did notice walk animations that went in different directions. Probably not worth it though.
  12. I have seen various Dedicated Servers that save for example: Cash Rank Position ect.... Anyways, How can I achieve this?
  13. Can I find a list of spawnable explosions ect? Or are expllosions created differently to spawning?
  14. You could use the doFire command, though not very efficient.
  15. How would you force a player unit to follow another unit, allowing the player to only look around?
×