Jump to content

Jaysds1

Members
  • Posts

    4,961
  • Joined

  • Last visited

Everything posted by Jaysds1

  1. NP, I just finish updating my Graphic Driver Yesterday, I should have posted that, but right now, I'm downloading the rest. and it's ok, you got to do what you got to do . EDIT: here's the mtadiag: http://pastebin.com/7LghY8ei
  2. +1 Plus your making them fast, this seems like its no big deal .
  3. Try re-installing MTA and GTA, then tell me if you keep getting the same error.
  4. Glad to see it work, I thought you already reinstalled MTA, but it's ok. Have fun with MTA
  5. Jaysds1

    The ACL

    Oh, Damn it was the wrong topic, Anyways, Glad to see you fixed it.
  6. sorry bud, but your going to have to learn lua. for this, here's the functions: guiCreateLabel
  7. Ya, Solid was trying to help, Sorry, but if you expect us to waste our time and make something that is the least important to us, then your wrong, everyone has something better to do and sorry if I'm being rude but, learn LUA, or stay a client to MTA.
  8. try putting on compatible mode to Windows XP Service Pack 3.
  9. That's true, but it's hard to make a COD Server, I'm planning to make one just like it though, instead, there's going to be over 18 players in one game.
  10. Jaysds1

    Team script

    click on a player or your self in the admin panel, then click on "set team", in there, you could create/set team, but to delete a team, well, you can't.
  11. Ok, I'll try searching for these in the editor resource then try fixing them.
  12. Here's the original Map File: http://pastebin.com/4bg6T63y try this: http://pastebin.com/dMe0wQ3t
  13. Off-Topic: Ok, sorry to here that On-Topic: It might be some kind of upgrade or something to the editor... Can I see one of your map meta.xml file please.
  14. Are you trying to open a certain map, or are you trying to open random maps?
  15. Hi, I've been noticing that my MTA freezes and doesn't respond. I'm not sure what else to say because this happens randomly and I've tried setting compatible mode, running it as an Admin even though I'm logged in as Admin, anyways, here's the MTADiag: http://pastebin.com/3cS0vvT5
  16. nah, it isn't, that's for the edf resource When did this issue started?
  17. Jaysds1

    Team script

    oh, ya, Thanks for telling me you guyz.
  18. Here's your image of the Unknow thing: Anyways, try setting your FX Quality: Low Your Resolution to the Highest, Enabling Aero Desktop then tell me if it worked
  19. Sorry, but we can't decide whether it has bugs, ya we could try to fix it, but we need the scripter permission... other than that, your going to have to deal with it, or look for another script/resource.
  20. If this is not solved yet, try this: addCommandHandler("mute",function(player,command, target) if not(target)then outputChatBox("SYNTAX: /"..command.." [PlayerName]", player) end local target = string(target) local playerName = getPlayerFromNamePart(target) if(playerName)then local targetAcc = getAccountName(getPlayerAccount(playerName)) if(hasObjectPermissionTo(player,"command.aexec",false))then if(targetAcc)then local mute = setPlayerMuted(target,true) if ( mute ) then setAccountData(targetAcc, "muted", mute) outputChatBox(""..targetAcc.." has been muted!", player) end end else outputChatBox("Sorry, you don't have permission to mute a player.",player) end else outputChatBox("Sorry, that player name doesn't exist.",player) end end)
  21. Well, you could take a look at the basics in the wmeme, but if you steal a part from it or anything, we can't help you. Just look when the player selects a wmeme in the diag, what happens after... Sorry, but we wont make things for free.
  22. Ok, I'm adding you on MSN, accept and we'll talk.
  23. Does single player work, with no errors like this?
×
×
  • Create New...