how to make my NPC model invisible? here is the codes
Code:
10@ = Actor.Create(Special, #WMOICE, 0.0, 0.0, 0.0)
Actor.Health(10@) = 10000
07DD: set_actor 10@ temper_to -100 // see pedstats.dat
0446: set_actor 10@ immune_to_headshots 1
Actor.SetImmunities(10@, 1, 1, 1, 1, 1)
wait 0
20@ > 6.5
else_jump @GUNBACK_411
Actor.PutAt(10@, 1@, 2@, 3@)
wait 0