[ajuda] oque hб de errado nesse public?
#1

OQUE HБ DE ERRADO NISSO AKI?

Код:
public ChecarLife(playerid)
{
    for(new i = 0; i <MAX_PLAYERS; i++)
    {
        if(GetPlayerArmour(i) > 0)
        {
            SetPlayerAttachedObject( i, 5, 19142, 1, 0.100563, 0.056516, 0.003794, 0.000000, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000 );
        }
        else
        {
            RemovePlayerAttachedObject(i,5);
        }
    }
}
ele ta dando warning 202 na linha do
Код:
if(GetPlayerArmour(i) > 0)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)