Jump to content

Robpol86

Retired Staff
  • Posts

    521
  • Joined

  • Last visited

Everything posted by Robpol86

  1. he said he wont change for personal reasons... win9x compatibility wont happen by wat blokker said. it will take alot of work to make it compatible and the devs prolly think that its not worth the time due to little demand. you either have to upgrade your os, or, sacrifice mta
  2. even better, y not, NOT pause game when minimized?? if it works, it would b for the best.
  3. yay! but i beat u!! ahaha i wont release it though... since most people use those damned logfile parsers!! DAMN YOU WARTECH
  4. yay! these are more "features", but only important to people w/ stats pages, that make the code. now im able to get the persons ping to server and score!!
  5. well its better to let them "fix" the passenger eject for chopper than kill the blades... and, when u cant get out when chopper is flames, thats not mta, thats gtavc, and they shouldnt touch it. it gives u a feeling of risk when its on fire
  6. 866 MHz and GeForce2MX 64MB DDR @ 640x480, at playable fps
  7. pfft, DONT remove the blades. thats basically the only attack a chopper can do.
  8. here, ill list wat i hope to see in forthcomming vers of mta. since my last feat request went to shits... 1) Whenever the server restarts, instead of turncating logfile, append to it. -whenever i restart my sever my log is killed... and id like to have history, and also, those ppl that dare to use logparsing scripts will loose their stuff 2) logfile stuff -(rotate logfile) if the above is applied, then i dont want a 25 MB logfile... -it would also be nice to have timestamps on the log, configged in the conf file (hh:mm:ss tt) [hour:min:sec am/pm]. stuff like that (like in progs such as mirc) 3) More info printed out a seperate port to query the mta server w/ fsockopen() -i dont think any more info would be needed on the ase port, and i dont wanna use a damned logparser. this isnt as high priority anymore but would be nice to have. maby more info like perhaps ip or if theyre ingame or not. 4) Dont scroll up when clicking on chatbox on mta client -whenever i minimize or change focus to another app, and then want to go back to the client by clicking on the chatbox, it scrolls up, after a file it gets annoying . but set this as a lower priority level 5) Do something about colors -this is just a personal want, isnt as important. like, whenever sum1 kills some1 else, sho it in (lets say) red. whenever sum1 parts/join, yellow. whenever sum1 says something, white. etc. and, if u can, dont let those kiddie bastards use colors in their nick! (i dont know nething about directx so i dunno) 6) About the nicks -most games support around 16 or more characters in nicks (ut, t2, etc). this is more of begging, but wtvr. this is more important, limit on what characters ppl can use. allow A-Z, a-z, 0-9, and a few special chars, but not essential characters like ? (or a special ? that shows up as a ?). i use ? to seperate nicks in my stats page, and when sum1 entered w/ a nick of "??", it effed up my stats page. also, sum type of server side character limit would b nice (sum ppl get in my game w/ too many chars and it only displays a few, and at the end it shows a messed up character that screws up the log, admintool, and statspage). 7) chatbox stuff -ingame, the chatbox is a badass enhancement. but, sometimes ppl start talkin shit to each other and it floods everything. in tribes2, u can press pageup and down to scroll though the box. a similar feature would be favorable. also, setting the width and height of the box might provide useful to those with large resolutions and now resolutions. 9)Banning stuff -ok, if that irc admin tool thing is gunna work, then hell yes! if u would be so kind, please let it sumhow extract hostmasks from players (like in real irc). i think this will also need to be supported in the mta-server, but i just want it to work. doing this will end the war between ME and DHCP!! scripting bots to autoban on wat ppl say (badwords, racism, ips) is good (i know its going to be supported for the irc thingy) 10) mta:// protocol -RESOLVED!!! http://forum.mtavc.com/viewtopic.php?p=57735 11) admin stuff -sometimes it might be wise to kick another admin form your server (u know who u r!). if possible, make a different list for admins or flag them somehow in the list (in the admin thing). Also, whenever i ban someone, it shows them as kicked. i think it would be more offencive to the lamer if people knew he was banned instead of kicked. maby say Banned instead of kicked? 12) Seperate file for rules -ok, since blokker said that motd is not used for rules, then what is?! a solution would be a seperate file for the rules. and, instead of showin the rules upon entering the actual game (not server), make it print the rules when the player enters the server. those n00bs need to be pointed in the right direction sumhow 12) non-static title -for example, my server is a normal dm server. then comes bump and tests his stuff on my server, this would be a good time to be able to alter the server name without bringing it down. maby altering the config file and doing something like a graceful restart (like apachectl). or if that cant be done, a simple /title command from the admin. 13) /notice in mta -sumtimes, in teamdm game mode, when players join, it autogreets them. this will get hella annoying, peoples screens and the admin tool's screen. im hoping that in the next server release, to add /notice support in sum way, so when people join, only they see the greeting.
  9. hmm, ur code seems a bit diff than mine, but then again i dont know all the good functions in my head. a few weeks ago i didnt even know bout strstr() or stristr()!! heres my example of fixing colors i stick that in that function i made in the prv post, under the current code i do this incase sum1 has 2 colors in their nick like Robpol86 (damn winme and its non-able-to-paste-tabs)
  10. ? wtf? weird, i dont get "/////" EYE1mta2003Robpol86's MTA:VC v0.2 ServerMTA Vice City0.2.00515 ?Fekete? [VCT].Phuk?Ash? VC=RENAGADE?MOBAXX i chop players into their own vars: $user = explode("?", $c); 0 = dontworry,its_bs 1 = Fekete 2 = [VCT].Phuk 3 = Ash 4 = VC=RENAGADE 5 = MOBAXX then i kill those gay boxes function charfix($usr="") //fix user colors { $charset = ",,,,,,, ,,,,,›,,¤,©,¥,”,¡,¶,æ,ì,í,Ç,áçº,Ï,¬"; $charset = explode(",", $charset); $a = 26; for ($i = 0; $i <= $a; $i++) { $usr = str_replace($charset[$i], "", $usr); } return $usr; } $user[1] = charfix($user[1]); i call a function because it does more than just that, it also "fixes" names w/ colors and actually displays the right color, but im keeping that to myself. i end up outputting "Fekete" at the end. i throw this in a loop so i can list the players.
  11. wtf..... ok.. gimmi the model ##
  12. either ur bad at lookin @ manuals, or ur router manufacture sux gimmi router brand and model and ill try 2 help when i gots time
  13. LOL!! its ur evil brother! look @ the look in his face! HES PISSED!! HES GUNNA RUN U OVER!
  14. yes! LUCKILY THEY GOT DCOM!!! now all u need is to turn on xp firewall and to go in malocious hackers irc chans and tempt fate!
  15. RTFM!!!! (for ur router) forward ports 2003, 2004, and 2126
  16. Robpol86

    Question

    whats this? i saw the word download and vc in the same line! AHH! WAREZ TALK!! AGAINST FORUM POLICY i CAN help but i WONT cuz its WRONG, go BUY it, its like $20 in bestbuy (in us). if u cant afford, save up, get a job, cut grass, sell ur body, nething.
  17. depends on ur opinion of xps features compared to 2k's features, and ur system.
  18. y dont u stop all connections and only allow riso and ajh to download, so they can mirror the files, afterwards if u want u can allow public access. btw, how is ur nick overheating? is it 10 Mbit ½duplex?
  19. try setting up a different kind of server (http/ftp) and check 2 c if they can connect. if they can, its something to do w/ mta, if they cant, its not mta
  20. xp comp shouldnt messup, winme CANT PLAY MTA (if only u searched.... )
  21. i know that mem ctrlr ISNT part of 64-bit processing, i didnt know that the manufactueres were gunna include it in there. and i hope that the prescot will have htt along w/ it
×
×
  • Create New...