Author Topic: Crash Server  (Read 2304 times)

0 Members and 1 Guest are viewing this topic.

Offline skwguy

  • Street Thug
  • *
  • Posts: 10
    • View Profile
Crash Server
« on: March 05, 2014, 07:41:32 am »
someone join server then type /q an server crash any one tell how to fix >:(

Offline dynavolt71

  • Crime Boss
  • ****
  • Posts: 371
    • View Profile
    • My Blog
Re: Crash Server
« Reply #1 on: March 05, 2014, 08:46:18 am »
Can you tell us more detail about your problem ?
[PAWNO]Fix Error " Failed to set data for "" " - http://forum.vicecitymultiplayer.com/index.php?topic=5743.0



:'(

Offline skwguy

  • Street Thug
  • *
  • Posts: 10
    • View Profile
Re: Crash Server
« Reply #2 on: March 05, 2014, 08:49:23 am »
someone join server quikly type /q for left server then server crash lost connection all

Offline mrockxkingbutt

  • Crime Boss
  • ****
  • Posts: 373
  • I AM Best Scripter And You Are Not :P
    • View Profile
Re: Crash Server
« Reply #3 on: March 12, 2014, 11:24:47 am »
2 Substitutions!

1 ) It Maybe A Problemo Bug  In Your OnPlayerDisconect ...

Find AnyLine There !! Kick(MAX_PLAYERS); such like this?

2) The User That Uses /q Have A VPN Proxy!!


Solution!

Use A Anti-Nick System!!

That Nick A User Uses!!

Such Like FireNoob!

Add This In OnPlayerConnect!

Quote
if(strcmp(gPlayers[playerid],"FireNoob", true) == 0)  {
Kick(playerid);
SendClientMessage(playerid,COLOR_RED," Fire Noob Has Been Kicked ");
}

My Servers Showroom!
www.jimxvcmpscripts.createaforum.com/

Quote from:  rohanaj60
i m a great script Editor

Rofl! lmao lol

Offline Mariu22S

  • Wiseguy
  • **
  • Posts: 78
  • VC-MP Maniac
    • View Profile
Re: Crash Server
« Reply #4 on: March 27, 2014, 05:33:09 pm »
Remove the function function onPlayerJoin (player) all of the timers that affect the player.