Hello when a friend of mine is joining and can play for 2 minutes he getting server restart and then your banned from the server and i got this message in my consolle
This i send to my client for spam timer.
Check your timers.
PHP код:
public OnGameModeInit()
{
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
Create3DTextLabel("Shop\n{225ADD}[Type /shop to get your items!]", 0xCEE11EC8, 2498.2661, -1687.1343, 13.4928,7,0,1); // Shop at Grove street
AddStaticVehicleEx(566, 2187.6628, -1664.4281, 14.6474, -192.5401, 211, 211, 100, 1);// Tahoma Ballas
AddStaticVehicleEx(566, 2182.7395, -1687.8248, 13.5419, -4.8000, 211, 211, 100, 1);// Tahoma Ballas
AddStaticVehicleEx(566, 2184.0481, -1680.8491, 13.7619, -192.5401, 211, 211, 100, 1);// Tahoma Ballas
AddStaticVehicleEx(566, 2189.2720, -1656.8983, 15.0074, -192.5401, 211, 211, 100, 1);// Tahoma Ballas
AddStaticVehicleEx(567, 2185.7932, -1672.5282, 14.3672, -14.9400, 211, 211, 100, 1); // Savanna Ballas
AddStaticVehicleEx(567, 2505.2139, -1678.4629, 13.3523, -37.3800, 128, 128, 100, 1); //Savanna Grove
AddStaticVehicleEx(567, 2497.6599, -1682.7653, 13.2323, -76.0800, 128, 128, 100, 1);// Savanna Grove
AddStaticVehicleEx(566, 2508.6135, -1671.7727, 12.8288, -12.4800, 128, 128, 100, 1);// Tahoma Grove
AddStaticVehicleEx(533, 2505.6692, -1695.2854, 13.1832, 0.0000, 1, 1, 100, 1); //Feltzer Grove
SetGameModeText("SG:Gangwarz 1.3");
g_mysql_connect();
g_mysql_load_teams();
sMenu = CreateMenu("Skins", 3, 450.0, 327.0, 150.0, 150.0);
AddMenuItem(sMenu, 0, "Select");
AddMenuItem(sMenu, 0, "Next");
AddMenuItem(sMenu, 0, "Prev");
skins = LoadModelSelectionMenu("skins.txt");
UsePlayerPedAnims();
LoadDynamicDoors();
DisableInteriorEnterExits();
EnableStuntBonusForAll(0);
AntiDeAMX();
// CreatedCars check
for(new i = 0; i < sizeof(CreatedCars); i++)
{
CreatedCars[i] = INVALID_VEHICLE_ID;
}
return 1;
}
use crashdetect to find the problem.
He only has this problem on your server or also on others? The player either timed out or left (can't remember the order of the quit message (PlayerID:type or type:PlayerID).
Going from the command line details you have posted, it seems like the issue is at the player's end since the server still continues to work, from the looks of it.