13.03.2012, 16:19
Код:
if ( issuerid != INVALID_PLAYER_ID || issuerid == INVALID_PLAYER_ID )
{
//xxxxxxxxxxxxxxxxxxxxxxxxxx
{
if ( amount > 2 )
{
new Float:playerHp;
GetPlayerHealth( playerid, playerHp );
SetPlayerHealth( playerid, playerHp - ( amount/100 *75) );
}
}
}

