Typo on APIFixed
There is a typo on the api:
bool CanNpcAttack(BaseNpc npc, BaseEntity target)
{
    Puts("CanNpcAttack works!");
    reture true;
}​
should be 
return true;​

Link to the mistake [Click Here]

Thanks for reporting this.
No problem
In response to Quapi ():
There is a typo on the api:
bool CanNpcAttack(BaseNpc npc, BaseEntity target){ Puts("Can...
100500 problem in docs. Thats why you must check everything in assembly
In response to Orange ():
100500 problem in docs. Thats why you must check everything in assembly
And thanks to other people that are helpful, they get fixed as reported or noticed.
In response to Wulf ():
And thanks to other people that are helpful, they get fixed as reported or noticed.
i am thankful them too. but erros will be forever, or we can teach people find information they want
Locked automatically