Jump to content

Jaysds1

Members
  • Posts

    4,961
  • Joined

  • Last visited

Everything posted by Jaysds1

  1. Jaysds1

    continuous lag

    Did you try checking your windows updates?
  2. Jaysds1

    Map disappears

    is that all one object? if it is, then use: setElementStreamable(theObject,false)
  3. Jaysds1

    Map disappears

    If you can, try setting the objects limits: SetElementStreamable
  4. Use: setPlayerTeam createTeam and use onVehicleStartEnter or onClientVehicleStartEnter, they're examples in it for more learning purpose.
  5. Sorry to tell you, but other servers have their own options, you could only modify your server but not others, unless you have access to the background of the server.
  6. Jaysds1

    Meta.xml error

    Try this: http://pastebin.com/2cWSVnTa
  7. Jaysds1

    Friendly fire

    This is solved
  8. Jaysds1

    Friendly fire

    type in /debugscript in-game and tell me if it says "Team was not created." BTW, i'm in the server right now
  9. What did you do in Map Editor, before this problem happened again?
  10. Well, the video looked nice, I never actually played the mod before.
  11. Jaysds1

    Friendly fire

    Coming now I was on and I didn't seen the team created, Did you start the script? Try this: addEventHandler("onResourcePreStart",resourceRoot,function() defaultTeam=createTeam("All",255,255,255) if defaultTeam then outputDebugString("Team Created!") else outputDebugString("Team was not created.") end end) addEventHandler("onPlayerLogin",root,function() if(setPlayerTeam(source,defaultTeam))then outputChatBox("You are now on the Default Team.",source) else outputChatBox("Sorry, but you are not set to the default team.",source) end end)
  12. Jaysds1

    Friendly fire

    ok, restart the script then logout and log back in. Maybe I should visit your server, what's your server ip?
  13. Click on my scripter page below \/
  14. Jaysds1

    Friendly fire

    Can you post the meta.xml here using
  15. , Well, some people like RP, and I think that's where MTA gets it's rep from.(My opinion)
  16. , everything's good, When is MTA 1.3.1 expected?
  17. What are you paying through? We mostly use Paypal. and How much are you willing to pay?
  18. Jaysds1

    Friendly fire

    are you putting the script on the server-side?
  19. Jaysds1

    maps

    come out of map editor, then go to the 2 map folders you want to combine, open both the .map file after select all then cut and paste everything in the other map, after that, remove the: >> from the copied contents. after that, save the map and type in upgrade in the console and it would refresh and restart the resource.
  20. Jaysds1

    Friendly fire

    That's all your script? well, try this: addEventHandler("onResourceStart",resourceRoot,function() teamAll= createTeam("All") end) addEventHandler("onPlayerLogin",root,function() setPlayerTeam(source,teamAll) end)
  21. Jaysds1

    Friendly fire

    ok, can you post me your script please
  22. That GTA Anderius looks nice, Have you actually played those?
  23. Jaysds1

    Friendly fire

    Sorry, but we shouldn't be creating these scripts for you, use onPlayerLogin so, when they login, you could set their team to the default team.
×
×
  • Create New...