Quote:
Originally posted by XeroMaster
you cant zoom in or out and keep a person with a specal stats the same--with an npc
like a flying weapon
NPC Code:
if(weaponfired)
{show stats(flying stats);
replaceani walk,fly_walk;
replaceani idle,fly_idle;
setzoomleveleffect -2;
}
If (weaponfired && stats(fly stats))
{hide from everyone but players w/that stats}
|
Forgive me if i am wrong but there is no such command as setzoomleveleffect