|
|
Re: Player Health - Puzzled
[Re: marxist_reloaded]
#84573
08/06/06 10:06
08/06/06 10:06
|
Joined: May 2004
Posts: 1,510 Denmark
Claus_N
Serious User
|
Serious User
Joined: May 2004
Posts: 1,510
Denmark
|
Quote:
if(plBiped01_entity._health__003 != NULL)
you are checking whether the SKILL is null (though a skill can't have this value ;P), you need to check whether the ENTITY is null 
if(plBiped01_entity != NULL)
|
|
|
Moderated by mk_1, Perro, rayp, Realspawn, Rei_Ayanami, rvL_eXile, Spirit, Superku, Tobias, TSG_Torsten, VeT
|
|
|