Jump to content

Twig

MTA Contributors
  • Posts

    135
  • Joined

  • Last visited

Everything posted by Twig

  1. Twig

    SQLite query

    Bump, possible bug?
  2. I don't think weapons are supported yet, I tried myself and it did the same.
  3. Twig

    SQLite query

    If anyone has any experience using the SQLite that's included please take a gander at this http://mta.pastebin.com/m4dd5301 It seems to give [11:35:09] ERROR: Database query failed: unrecognized token: "" (SELECT money FROM saesrpg WHERE serial = ?) What appears as a square here is actually a little smiley face icon in the server window..... Though viewed in npad++ shows as [sTX] which signifys some kind of start of text in ascii .
  4. Twig

    Root-Lag

    How many game servers are you running on it and what are the specs of the box? Could be you overloading it.
  5. Twig

    Freeroam

    It's not advisable to run 'broph' on your server as alot of commands are open to the public which shouldnt be. It wasn't intended as a public script so it's best to edit the commands you dont want public access to out of it.
  6. An examples isn't really needed for the function as "Returns true if the chatbox is receiving input, false if not active." pretty much explains it all. It just returns a boolean value i.e true or false. And anyhow, I gave you an example.
  7. To be honest I think your being very rude, people are pointing you in the correct direction and by applying your brain you'd work it out. If you want to be spoon fed, then I certainly can't remember a time when the community would do such a thing and I've been here since the days of 0.3. Thats all I have to say.
  8. The same way anyone else who started off knowing nothing of lua, you learn. If that is indeed how it works then you'd use that snippet to call a function which would add the image as eAi suggested here I doubt you'd find anyone willing to write it for you unless they wanted it themself.
  9. if isChatBoxInputActive() == true then outputChatBox("your typing") end Probly just works like that
  10. http://mumble.sourceforge.net Mumble does this already, and possibly using http://mumble.sourceforge.net/Link someone might be able to make it work with SA.
  11. px,py,pz = getElementPosition( getLocalPlayer() ) vehicles = getElementsByType ( "vehicle" ) for vehicleKey, vehicleValue in ipairs(vehicles) do carx,cary,carz = getElementPosition( vehicleValue ) pcDist = getDistanceBetweenPoints2D ( px, py, carx, cary ) if pcDist <= 200 then blip = createBlipAttachedTo ( vehicleValue, 0, 0.6, 200, 0, 0 ) end end This is part of a larger client side script and does it for ALL cars, so you'd have to modify it. Hope it points you in the right direction.
  12. Not really the correct section as this is a bug report, I'm not asking for help on anything.
  13. Well I've only noticed it since dp1 and it was still in the tests how long it's been this way I don't know. I've also noticed that this does not seem limited to nicknames. The first time it will remove the SAES leaving me with a nick of >Twig. Then it changes it to >Twig, and then if left after each reload it adds an '&' at the start meaning after a few restarts I have a nick of '&amp;gt;Twig'. Obviously something is not handling the symbols > and & properly. Obviously gt and amp are relating to greater than and ampersand and this seems to happen when the nickname is read from the coreconfig.xml file on loading, and then saved incorrectly.
  14. If you use a nickname such as SAES>Twig, upon closing and reopening mta your nickname has changed the gt;Twig. I'm not sure if this is limited to the 'greater than' symbol but it's very annoying.
  15. What exactly do you need help with? Also I recognise your name, though where from I have no idea...
  16. Twig

    Your MTA History!

    VCES>Shaun and an admin? Strange I don't remember you. [/edit] Scrap that you were on probation at one point, though not a full admin
  17. I wouldn't know about onboard as I don't use it on mine, my sound card is an Audigy2 ZS and the sound works. Though the sound I have to admit isn't bad, I haven't noticed anything missing it's just it doesn't get the distance factor quite right. People have interpreted this as sounds being really quiet (ie a bug with certain sounds), it's just that the reduction of sound with distance is wrong generally I find. Tbh though the fact I can run compiz IRC Delugetorrent and watch a DVD while getting easily playable fps is pretty nice.
  18. Didn't mean Compiz, meant Twinview. I stop compiz anyway, not that it seems to make a huge change on my pc. In fact it's a little like theres a frame limiter acting (ingame one turned off) though I can't confirm it as I don't know a way to show fps.
  19. Been trying wine + San Andreas. Works ok, sound is a bit weird and theres some glitches texture wise. Have to run it in a window anyway due to compiz. Though, core2duo 6700 and 8800gts and it still doesn't run that smooth.
  20. You don't HAVE to pay. Just like any other games.
  21. Well yes, it may not be the best idea to show their windows serial in a ban list. However, cheaters don't always deserve to be handled fairly. True though a md5 hash or something similar of their serial would be a good compromise. The best anti-cheat tool is a good admin in the end.
  22. You could always ban by their windows key, which can be found. Can also be changed but would be really annoying.
×
×
  • Create New...