is the script SetPropActiveAndFade available to use for any entity?
if so...
i need to know what to type in the string:
void SetPropActiveAndFade(string& asName, bool abActive, float afFadeTime);
Activates/deactivates a prop.
asName - internal name
abActive - nothing to add
afFadeTime - time in seconds until prop fully fades
if anyone know them, please tell meh
simply nuff said
(This post was last modified: 07-03-2012, 09:15 PM by EXAWOLT.)
You can always find the error on your own. Also string is with "" and the name. bool is true or false, int is numbers like 1 2 3 4 5, float is 1.0f where you can put 1.0 as you want ( as long theres number.numberf (1.1f)