20.06.2009, 05:17
Hey.
From some testing and updating, I found out a new way hackers can crash most SA:MP servers, they have a certain mod they add to their vehicle or edit their tune menu, and adding the component, will crash the entire server.
There is a way to fix this -
This has been happening to many server's lately, noobs who think they are hackers have a way to crash it.
From some testing and updating, I found out a new way hackers can crash most SA:MP servers, they have a certain mod they add to their vehicle or edit their tune menu, and adding the component, will crash the entire server.
There is a way to fix this -
pawn Code:
public OnVehicleMod(playerid,vehicleid,componentid)
{
return 0;
}