Author Topic: Is there a crasher defender  (Read 3844 times)

0 Members and 1 Guest are viewing this topic.

Offline VS

  • Street Thug
  • *
  • Posts: 37
  • Opening Soon - VS Society
    • View Profile
Is there a crasher defender
« on: November 24, 2012, 01:31:59 pm »
i thought the server had a bulit crash defender but it doesn't is there a link for a crash defender or player reconnect to server after server restarts from crasher b.s

Offline Fuzzy168

  • VC:MP Veteran
  • *****
  • Posts: 729
  • Programming since 2011
    • View Profile
Re: Is there a crasher defender
« Reply #1 on: November 24, 2012, 02:35:51 pm »
Pawn doesn't have an anti-crasher but Squirrel does. It also depends on the hosting service your using. Top host like VRocker has an anti-crash.
I'm beginning to feel like a Lag God, Lag God

Offline VS

  • Street Thug
  • *
  • Posts: 37
  • Opening Soon - VS Society
    • View Profile
Re: Is there a crasher defender
« Reply #2 on: November 24, 2012, 04:38:02 pm »
i have helping tool for restarting server auto

make a new .txt doc and open it on the inside add this

:Start
vcmp-svr.exe
goto start

then goto save as and save it as "vcmp-rsr.bat"

exit your regular server client and open the "vcmp-rsr.bat"

and you won't have to worry about reopening your server every time some one crashs you

Offline VS

  • Street Thug
  • *
  • Posts: 37
  • Opening Soon - VS Society
    • View Profile
Re: Is there a crasher defender
« Reply #3 on: November 24, 2012, 05:11:12 pm »
but forget this ^^^^ try this one because some tryed to crash me and it didn't work

same steps as top 1

@echo off
:ready
echo VS - Anti-Crasher
ping 127.0.0.1-n 15
cls
vcmp-svr.exe
goto ready

Offline VS

  • Street Thug
  • *
  • Posts: 37
  • Opening Soon - VS Society
    • View Profile
Re: Is there a crasher defender
« Reply #4 on: November 25, 2012, 04:31:45 am »
Fuzzy how do i take all these files in VC:MP 0.1 and put them in a *.exe file.

Offline Fuzzy168

  • VC:MP Veteran
  • *****
  • Posts: 729
  • Programming since 2011
    • View Profile
Re: Is there a crasher defender
« Reply #5 on: November 25, 2012, 07:41:32 am »
Wow. TRIPLE POST!!!

Fuzzy how do i take all these files in VC:MP 0.1 and put them in a *.exe file.
If your trying to compile the VC-MP 0.1 source code, I suggest you don't. 0.1 is an outdated version of the client and much more different then of 0.3z R2.
I'm beginning to feel like a Lag God, Lag God