Jump to content

ahjteam

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by ahjteam

  1. I didnt find the manual in the download list so here it is again
  2. try it on different computers, so you can be sure that the font works correctly.
  3. ahjteam

    Police

    Way to make the police system work (in theory): If the wanted level is 0, you are not allowed to bust/kill anyone [boring]. If the wanted level is 1, you are allowed to bust the person or whack them [chasing]. If the wanted level is 2 or over, you are allowed to kill the person [action]. And the mode choosed, who to bust, can be selected: team [massacre] or individual persons [vigilante].
  4. I meant INGAME... you dont want to switch to ASE during a game, dont you?
  5. Oh yeah, I forgot: the team gets my permission to use the fixed version, I take no credit for it, but meantioning me would be nice - AHJ edit: the files was updated today
  6. I noticed another typo, but it was my mistake. port are automatically be filled in -> no "be".
  7. English isnt my native language either -> its Finnish... but its just about the efford
  8. you peeps bored or something?
  9. visual basic would be something like if ... then ///// end if
  10. I dont want to sound like a b*tch but the manual had awful lot of typos, so I read it thru couple of times and fixed all the typos, here is the fixed version (RTF format, convert to whatever you want). The layout is screwed up but the content should be 98% correct now, but there still might be some typos. enjoy http://ahjteam.com/files/GTA3MTA_doc_ahjteam.rtf - AHJ
  11. also another idea: make the the program check if another copy of the launcher is already running so it wont open another window, but get focus to the window that is already open.
  12. Can you put some sort of PING meter somewhere so we can see how laggy the server is? it would be cool and not so hard to do either. - AHJ
  13. ahjteam

    More team play

    Gone in 60 seconds wannabe?
  14. Read this Change the game-engine so (at some point that is!), that the launcher will get focus in 30 secs after you have launched GTA3. or if the focus has been done manually, the 30sec counter doesnt apply. something like this (its not working code, but it gives the idea): window.blur(); counter = 30; //secs while(counter > 0 || window.focus == false){ sleep 1; //I dunno how it works on c++, but i think you get the idea. counter--; } else { counter = 0; window.focus(); }
  15. ahjteam

    Question

    Are all the "original" gangs coming to MTA? I mean jamaicans, columbians, triad etc? and if you are, can you choose which areas are in use?
  16. ... and socket errors are caused because you get timed out, lag or something else similiar http://support.infinite.com/kb/337.asp http://www.catalyst.com/support/help/cstools4/visual/swrench/errors.html - AHJ
  17. I tried to find out info on the Runtime Error 10047, and it was explained at some websites. The first text is quite old (has something about MS-DOS), so it might not be the same. here is the text: then again, here is another explanation: and third explanation: so most propably its a socket error. - AHJ
×
×
  • Create New...