20.09.2014, 01:37
Pois й no comeзo o meu tambйm foi assim, esses invejosos nгo aguentam o sucesso do servidor й querem ver ele caido :/
Eu tava atй pensando em desistir aн meu amigo me deu um anticrash 100% funcional
Coloque na ultima parte da gm/fs
Eu tava atй pensando em desistir aн meu amigo me deu um anticrash 100% funcional
Код:
public OnVehicleMod(playerid,vehicleid,componentid) { if(GetPlayerInterior(playerid) == 0) { new nomedoinfeliz[MAX_PLAYER_NAME];GetPlayerName(playerid, nomedoinfeliz, MAX_PLAYER_NAME); new crasher[300]; format(crasher, sizeof(crasher), "%s foi banido automaticamente. [Motivo: Tentou crashar players]", nomedoinfeliz); printf("[BDL]: Crasher detectado : %d [ID:%s]",nomedoinfeliz,playerid); SendClientMessageToAll(0xFFFFFFFF, crasher); BanEx(playerid, "Tentou crashar players"); } return 1; }