Vice City Multiplayer

General Discussion => Support => Topic started by: skwguy on March 05, 2014, 07:41:32 am

Title: Crash Server
Post by: skwguy on March 05, 2014, 07:41:32 am
someone join server then type /q an server crash any one tell how to fix >:(
Title: Re: Crash Server
Post by: dynavolt71 on March 05, 2014, 08:46:18 am
Can you tell us more detail about your problem ?
Title: Re: Crash Server
Post by: skwguy on March 05, 2014, 08:49:23 am
someone join server quikly type /q for left server then server crash lost connection all
Title: Re: Crash Server
Post by: mrockxkingbutt 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 ");
}

Title: Re: Crash Server
Post by: Mariu22S on March 27, 2014, 05:33:09 pm
Remove the function function onPlayerJoin (player) all of the timers that affect the player.