Jump to content

Jaysds1

Members
  • Posts

    4,961
  • Joined

  • Last visited

Everything posted by Jaysds1

  1. Oh, ok, thanks for telling me Callum.
  2. That's what I see in my MTA 1.3.###### I got the nightly so, I think we should be seeing it in 1.3.1 .
  3. What's your MTA Video Settings right now? Can you post a screenshot of it please.
  4. ok, Sorry that I bumped the topic, but I've noticed something with my latest nightly, The Signer/Owner is Hans Roes, I know the email is: [email protected] Is this normal?
  5. Nice, Are these videos for other people that paid you or requested them?
  6. I'm not sure what to say right now.
  7. , great, hope I could see it soon.
  8. Jaysds1

    Team script

    try this: addEventHandler("onResourceStart",resourceRoot,function() for i,v getElementsByType("vehicle")do local player = getVehicleController(i) if(player)then local pedTeam = getPlayerTeam(player) if(pedTeam)then local r,g,b = getTeamColor(pedTeam) setVehicleColor(i,r,g,b) else setVehicleColor(i,255,255,255) end else setVehicleColor(i,255,255,255) end end end) addEventHandler("onVehicleStartEnter",root,function(player,_,jacked) local r,g,b = getTeamColor(getPlayerTeam(player)) setVehicleColor(source,r,g,b) end) addEventHandler("onVehicleExit",root,function() setVehicleColor(source,255,255,255) end) And next time, please try making a script before coming here.
  9. Great, is it possible that it could be synced in-game with other players? Meaning, other players can see it.
  10. ya, those are the correct steps, nice to see you've got it working.
  11. ok, copy this: viewtopic.php?f=101&t=44008&hilit=+ACL#p442913 and paste it in your ACL.xml, but remember, the server has to be off.
  12. Or, you could search the community site for DM Maps, those are free.
  13. I like it too, was this created in the MTA 0.5r2?
  14. It depends on the URL, if you're use forum.multitheftauto.com then there is no need to sign in twice, unless it's forum.multitheftauto.com. Check here for more info: viewtopic.php?f=13&t=38159
  15. It's already uploaded, When your finished saving the map, there should be a folder named after it, after when you exit off the map editor, go to the console and type in upgrade, after it's finished, type in start THE_MAPNAME
  16. Jaysds1

    The ACL

    Here: viewtopic.php?f=101&t=44008&hilit=+ACL#p442913
  17. ok, can you post the solution for future purposes.
  18. Jaysds1

    Some MTA help

    Please download and run this MTADiag, after post the generated PasteBin URL here.
  19. Well, Do you have any mods on your GTA? Try deleting your gta_sa.set located in your GTA SA User Files folder.
  20. Sorry if you didn't understood what I said,type in /debugscript 3 then try opening the map file, after that, post the debug log here.
×
×
  • Create New...