18.05.2011, 17:56
OQUE HБ DE ERRADO NISSO AKI?
ele ta dando warning 202 na linha do
Код:
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); } } }
Код:
if(GetPlayerArmour(i) > 0)