no difference , even when i use :
PHP Code:
new iHealthCVar;
switch( hClass )
{
case Arctic: iHealthCVar = ArcticHealth;
case Cign: iHealthCVar = GignHealth;
case Gsg9: iHealthCVar = Gsg9Health;
case Guerilla: iHealthCVar = GuerillaHealth;
case Leet: iHealthCVar = LeetHealth;
case Sas: iHealthCVar = SasHealth;
case Terror: iHealthCVar = TerrorHealth;
case Urban: iHealthCVar = UrbanHealth;
default: iHealthCVar = VipHealth;
}
fm_set_user_health( id , get_pcvar_num( iHealthCVar ) );
it still gives me the same error ...
__________________