[Fix] OnResizeChar

12/06/2015 13:39 ZeroTwo02#1
Go in files "DPSrvr.cpp" function "CDPSrvr::OnResizeChar"

below

Code:
 if( IsValidObj( pUser ) )
 {
add

Code:
if(vScalex > 1.5f || vScalex < 0.3f)
{
WriteError( "Tentative de Cheat sur la taille //%s", pUser->GetName() );
return;
}
01/28/2016 21:38 ZeroTwo02#2
#nothing