Лучший Ответ
iluha1105
,
08 Апрель 2017 - 17:53
в павноElrmrnt-Kritik,
Дополнение к сообщению:
[17:28:32] Incoming connection: 10.0.0.138:51321
[17:28:32] [join] Ilya_Major has joined the server (0:10.0.0.138)
[17:28:46] [Сервер]:Ilya_Major авторизировался.
[17:28:52] [Инфо]: Ilya_Major авторизировался в Администраторской панели
[17:28:52] [Инфо]: Уровень администратора: 10
[17:28:52] [Инфо]: Уровень модератора: 6
[17:28:52] [Инфо]: IP:10.0.0.138, ID:0
[17:29:00] Incoming connection: 93.185.24.116:58270
[17:29:01] [join] Slava_Major has joined the server (1:93.185.24.116)
[17:29:51] [Сервер]:Slava_Major авторизировался.
[17:30:17] [Инфо]: Slava_Major авторизировался в Администраторской панели
[17:30:17] [Инфо]: Slava_Major авторизировался в Администраторской панели
[17:30:17] [Инфо]: Уровень администратора: 10
[17:30:17] [Инфо]: Уровень администратора: 10
[17:30:17] [Инфо]: Уровень модератора: 0
[17:30:17] [Инфо]: Уровень модератора: 0
[17:30:17] [Инфо]: IP:93.185.24.116, ID:1
[17:30:17] [Инфо]: IP:93.185.24.116, ID:1
Дополнение к сообщению:я последние данные кинул
Дополнение к сообщению:Вот OnPlayerDisconnect
//==============================================================================
CALLBACK: OnPlayerDisconnect(playerid, reason)
{
//Магнитофон====================================================================
if(GetPVarType(playerid, "PlacedBB"))
{
DestroyDynamicObject(GetPVarInt(playerid, "PlacedBB"));
DestroyDynamic3DTextLabel(Text3D:GetPVarInt(playerid, "BBLabel"));
if(GetPVarType(playerid, "BBArea"))
{
foreach(Player,i)
{
if(IsPlayerInDynamicArea(i, GetPVarInt(playerid, "BBArea")))
{
StopAudioStreamForPlayer(i);
SendClientMessage(i, COLOR_LIGHTBLUE, "[Сервер]: Тот кто поставил магнитофон вышел. Музыка автоматически выключилась.");
}
}
}
}
new stringss[130], name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
switch(reason)
{
case 0: format(stringss, sizeof(stringss), "{FFFFFF}%s [ID: %d] Покинул сервер (Причина: Вылетел)", name, playerid);
case 1: format(stringss, sizeof(stringss), "{FFFFFF}%s [ID: %d] Покинул сервер (Причина: Вышел)", name, playerid);
case 2: format(stringss, sizeof(stringss), "{FFFFFF}%s [ID: %d] Покинул сервер (Причина: Кик/Бан)", name, playerid);
}
SendAdminMessage(-1, stringss);
TextDrawDestroy(NameServer);
TextDrawDestroy(Hunger[playerid]);TextDrawDestroy(HungerLine[playerid]); TextDrawDestroy(Toilet[playerid]);
TextDrawDestroy(ToiletLine[playerid]); TextDrawDestroy(Sleep[playerid]);TextDrawDestroy(SleepLine[playerid]);
TextDrawDestroy(BlackO[playerid]); TextDrawDestroy(BlackT[playerid]);TextDrawDestroy(YouSleep[playerid]);
TextDrawDestroy(PolosSleep[playerid]);TextDrawDestroy(InfoSleep[playerid]);
//=====Изчез авто
new sendername[MAX_PLAYER_NAME];
GetPlayerName(playerid, sendername, sizeof(sendername));
for(new carid; carid < AllCars; carid = 1)
{
if(!strcmp(CarInfo[carid][cOwner], sendername, false)) DestroyVehicle(CarInfo[carid][cID]);
}
//==============================================================================
//Ксенон
bites[playerid][xenonazulb] = 0;
bites[playerid][xenonrojob] = 0;
bites[playerid][xenonverdeb] = 0;
AdminLog[playerid] = 0;
dvig[playerid] = 0;
DestroyObject(xenonazul1[playerid]);
DestroyObject(xenonazul2[playerid]);
DestroyObject(xenonazul3[playerid]);
DestroyObject(xenonazul4[playerid]);
DeletePVar(playerid,xenonazul1[playerid]);
DeletePVar(playerid,xenonazul2[playerid]);
DeletePVar(playerid,xenonazul3[playerid]);
DeletePVar(playerid,xenonazul4[playerid]);
DestroyObject(xenonverde1[playerid]);
DestroyObject(xenonverde2[playerid]);
DestroyObject(xenonverde3[playerid]);
DestroyObject(xenonverde4[playerid]);
DeletePVar(playerid,xenonverde1[playerid]);
DeletePVar(playerid,xenonverde2[playerid]);
DeletePVar(playerid,xenonverde3[playerid]);
DeletePVar(playerid,xenonverde4[playerid]);
DestroyObject(xenonrojo1[playerid]);
DestroyObject(xenonrojo2[playerid]);
DestroyObject(xenonrojo3[playerid]);
DestroyObject(xenonrojo4[playerid]);
DeletePVar(playerid,xenonrojo1[playerid]);
DeletePVar(playerid,xenonrojo2[playerid]);
DeletePVar(playerid,xenonrojo3[playerid]);
DeletePVar(playerid,xenonrojo4[playerid]);
//
PlayerTextDrawDestroy(playerid,Textdraw[0][playerid]); PlayerTextDrawDestroy(playerid,Textdraw[1][playerid]); PlayerTextDrawDestroy(playerid,Textdraw[2][playerid]);
PlayerTextDrawDestroy(playerid,Textdraw[3][playerid]); PlayerTextDrawDestroy(playerid,Textdraw[4][playerid]); PlayerTextDrawDestroy(playerid,Textdraw[5][playerid]);
HelmetTrigger[playerid] = 0;
SetPVarInt(playerid,"INJOB",0);
SetPVarInt(playerid,"JOBSES",0);
OnPlayerUpdate(playerid);
return true;
}
//==============================================================================
Дополнение к сообщению:ВСЕЕ Я Убрал Это там Изчез авто))))
Дополнение к сообщению:Спасибо вам!!!
Перейти к сообщению »