Jump to content

norby89

Retired Staff
  • Posts

    925
  • Joined

  • Last visited

Everything posted by norby89

  1. driveby is not a feature, it's just a script by default you cannot driveby in MTA
  2. freeroam gui http://mtabeta.com/index.php?p=resource ... ails&id=43
  3. you've got math.random ( startInt, endInt )
  4. added a few things to it and made it nicer: http://mtabeta.com/index.php?p=resource ... ails&id=67
  5. if you want to restrict the command all you need to do is add a 'true' to the end of the hander like this: addCommandHandler ( "delcommand", delCommand, true ) I'll fix 'delcommand' in a min EDIT: code is updated, check previous post
  6. nope, I suggest using notepad++
  7. used to happen in Race once I saw AI vehicles, that was pretty cool
  8. here http://mtabeta.com/
  9. CODE MOVED TO: http://mtabeta.com/index.php?p=resource ... ails&id=67 commands are: /addcommand !<commandname> <text> /delcommand !<commandname> !<commandname> [optional text] examples: the custom commands are stored in a serverfile, each player (nickname) has its own commands, also note that you can provide an optional text when using a command that is written in front of the message (see 2nd example) have fun!
  10. norby89

    Center MTA:SA

    they aren't lost however I don't know what will happen to them (maybe they'll be hosted on the new center but I can't tell)
  11. CODE REMOVED (check next post) note: it's not tested so I guarantee it doesn't work
  12. norby89

    Nitro Bug?

    this can be easily fixed
  13. addEventHandler ( "onPlayerJoin", getRootElement, function() local name = getClientName ( source ) outputChatBox ( "Welcome " .. name .. " to INSERT_SERVER_NAME_HERE", source, 255, 255, 255 ) end ) you can change the color to anything you like EDIT: moo.. hankey beat me to it EDIT2: fixed
  14. norby89

    Nitro Bug?

    nitro is an upgrade to the car, think about single player you can buy 3 kind of nitros (x1, x2, x3) Race uses the one that can be activated 3 times
  15. Is this and the heartbeat of the companion of your desk of the fire is put in place, at times many pleasures!
  16. that's why I said I'm only 99% sure it's weird cuz I always tested my scripts on the local server, used a lot of commands and never had this problem, you should find out when does this happen and what are the commands that cause this
  17. I'm 99% sure it's caused by your scripts look through them maybe you'll find the error
  18. if you remove 'setCameraTarget(getLocalPlayer())' it won't do that but the camera will stay in place
  19. the time switches to midnight? :O maybe the problem is caused by a script and the network trouble, smells like a bug
  20. you should use dp2, there's a newer version you better download that
×
×
  • Create New...