Jump to content

Brophy

Retired Staff
  • Posts

    2,467
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Brophy

  1. If the server is crashing every 10 mins, it means you have some sloppy scripts running
  2. Brophy

    Account GUI

    change addEventHandler('onClientPlayerJoin', getRootElement(), joinHandler) to addEventHandler("onClientPlayerJoin", getRootElement(), joinHandler)
  3. Try running the game in single player again before trying to play, it should also be noted that your SA should be version 1.0
  4. Install MTASA:Race then Deathmatch, also check this link http://development.mtasa.com/index.php? ... AE-related
  5. Try this (ServerSide) function spawn ( source ) local s = spawnPlayer ( source, 0, 0, 5 ) if ( s ) then createBlipAttachedTo( source, 0, 2, 255, 0, 0, 255 ) fadeCamera( source,true ) end end addEventHandler("onPlayerJoin", getRootElement(), spawn)
  6. You dont need to use createBlip if you have already used createBlipAttachedTo
  7. The forum is more for discussion or help on scripting, the community site is used for actual release and tbh all the scripters are gonna use the official site because thats where everyone is at.. Looking at your site, you have a forum setup for scripting, just like this and a download section which has nothing on the community site
  8. omfg 3 posts, everyone join!
  9. Go into \My Documents\GTA San Andreas User Files\ and delete the gta_sa.set file
  10. Please use the updated post here: https://forum.multitheftauto.com/viewtop ... 11#p313553
  11. Stop double/triple/quadrule posting, next time wait for someone to answer your thread
  12. Yep, its possible, you just need to find someone to code it, or learn how do it yourself
  13. Which will probably be released around the time mta updates vc
  14. join #mta.scripting, you should be able to get help with your scripts then
  15. A: OMG NASTY Q: How can we remove this fart from the atmosphere?!
  16. Brophy

    Ped functions

    Peds will be clientside only
  17. Oh the horror of waiting 13 hours without a reply! I didnt know we had to wait hand and foot for you
×
×
  • Create New...