
02-20-2002, 11:32 AM
|
|
Registered User
|
Join Date: Dec 2001
Location: Washington-=USA=-
Posts: 143
|
|
|
you cant zoom in or out and keep a person with a specal stats the same--with an npc
like a flying weapon
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} |
|
|
|