Go in files "DPSrvr.cpp" function "CDPSrvr::OnResizeChar"
below
add
below
Code:
if( IsValidObj( pUser ) )
{
Code:
if(vScalex > 1.5f || vScalex < 0.3f)
{
WriteError( "Tentative de Cheat sur la taille //%s", pUser->GetName() );
return;
}