Quote:
Originally Posted by JohnnyChimpo
Okay thank you so much, so this is one of the cases where you wouldn't use this.name for the name of the NPC in triggerclient.
|
triggerClient works on weapons, not NPCs. You don't use
this.name because you're not triggering the player object (which is what
this is). Instead you want to trigger a weapon, so you just specify that weapon's name. If you do use
triggerClient in a weapon, then it's perfectly valid to use
this.name.