Quote:
Originally Posted by ffcmike
Triggerclient does not work within any form of NPC, it works within Weapons.
That aside, there would be no player object within the onCreated event, you would have to do:
PHP Code:
findplayer("account").triggerClient(params);
|
So there is no way to do it fully in the DB NPC?
Meh, I guess I could do that.