Jump to content

:cMc:jacoB

Members
  • Posts

    54
  • Joined

  • Last visited

:cMc:jacoB's Achievements

Snitch

Snitch (10/54)

0

Reputation

  1. uuh .........the topic is add-ons ...and.. .. we was talking about.........................add-ons..
  2. lol i made a huge typo VULNERABLE is what i meant, sorry bout that.. the pausing for 5 seconds vulnerable simply gives people time to kill them, that is, if they are near death. its not to avoid dangerous situations. and if some retard thinks it is, then let them watch theirselves die and being able to do nothing about it. in fact, i could even make an addion to the script. in the 5 second wait that you are frozen in, if you die > crash your game that'll teach you to escape death.. jk
  3. first thing im going to do is write a capture the flag addon will models be able to be an option? like can u make it where it downloads dff / txd, import into gta3.img, load game? well theres our flag
  4. hahahahaha funny story, but actually no, that doesnt relate to my idea at all.. when the player pauses, he is teleported to the spawn roof (after freezing for 5 seconds VULNERABLE) i hope you know where that is, its basically where a crap load of actors are and where the sabre turbo is and where you get to choose your character. everything is unsynched up there. when he unpauses, he is teleported back to his original location.
  5. My DSL modem doesnt have some kind of special port forwarding properties option in control panel or anything.. even if my modem DID have a built in router, I wouldn't know how to forward ports anyway.. only way i kno is a firewall, and thats the last thing i want right now btw my modem is a Westell..
  6. Wich is why BLUE will give us the choice. For stunt servers / weaponless servers, I don't see why option 3 isn't optional.
  7. txtHandling.text = Inet1.OpenURL("http://www.blah.com/handling.cfg") If replace(txthandling, " ", "") = "" then Msgbox "Error: One of the files required to play this modification could not be downloaded.", vbCritical, "MTA Blue") Exit sub End if edit: if they are dumb enough to rely on tripod then they shouldnt serve
  8. Can't we all just get along...lol.. btw, Bob_TDH, mtaservers.com gives me the classic "Hello World!" page edit: baah.. i put http://www.mtaservers.com and it worked. wonder why that mattered so much haha
  9. Plus its pretty much not possible. Since the server does not load the game or anything, how can it know how to control the cop? The server doesn't know where buildings and lightpoles and roads are. Even if it did load the game.. I guess if it actually DID load (not suggesting it), with some scm functions you could make a cop car chase people.. and you could just send its coordinates/everything else to the clients connected and theres a synced AI cop. but do you know how bad having the server load game would suck. that would mean if you ran a server - you couldnt play on it. wich sucks.
  10. <?php $banned_ip = array(); $banned_ip[] = '61.90.34.x'; foreach($banned_ip as $banned) { $ip = $_SERVER['REMOTE_ADDR']; $ip = explode(".", $ip); $bip = explode(".", $banned); for($i = 0; $i < (count($bip) - 1); $i++){ if($bip[$i] == $ip[$i]){ $is_banned = TRUE; } else { $is_banned = FALSE; } } if($is_banned === TRUE){ die("you're banned fag"); } } // rest of PHP Script here! ?>
  11. Well hows it going? I'm waiting for a model of the parachute or something. I heard that Switch Designs has made a parachute mod already but I havent seen / downloaded it yet. btw have u all seen the parachute @ the end of the explicit "homecoming" trailer of san andras?
  12. I have given up on this. my ip INCOMING and ip OUTGOING are totally different and i dont even have a router and i have all firewall disabled and people still cant connect. i can somehow create servers on other games (ie halo) but not mta.
  13. Well there is a proper solution to this. I know its been sudgested over and over and over and talked about in countless threads, but when you enter a server with a mod you DONT have > have it download the mod. How does it download the mod? I bet you could write some kind of script system. Like.. in the server directory, have a file called "mod.script" And in this mod.script file will be things like: $blah = download_file 'http://www.blah.com/handling.cfg' replace gta.handling, $blah ^ that would load the handling.cfg from the website I know thats not any programming language, but i know you could create a program / function that can easily read it and respond to its contents written inside.
  14. omg why didnt i think of that. someone is inches near death, they pause and teleport away. hmmm... i guess there are a few solutions to that issue 1) Deduct 10 health for pausing (wich would get annoying) 2) Have a time limit in the pause menu before you are killed 3) Freeze the player for 5 seconds and then pause him, making him vulnerable long enough to be killed if he is in the middle of a fight near death. I'd say option 3 with my pause mod idea is now flawless
  15. changing one file can turn GTA:LC into multiplayer. with around an hour's worth of work, any scm coder can do it.. but i'm starting to get worried about all of these people's ideas. EVERYONE may try to make their own gta:lc multiplayer.. there will be 50 versions and no one will know wich one to pick. same thing goes for other ideas. will the future of blue be nothing but a thousand servers with 1 person in them, just waiting for someone to come in and play their mod?
×
×
  • Create New...