Jump to content

Remove Aura from All around me


bookkc

Recommended Posts

 

On 5/30/2018 at 9:07 AM, bookkc said:

Hey, can i remove auras for all player around me ???

 its possible?? to check players around me with aura ??

Yes.

On 5/30/2018 at 9:57 AM, bookkc said:

i make this 


local nearestPlayer = WorldObject:GetNearestPlayer(50) 

and have this

 calling 'GetNearestPlayer' on bad self (bad argument : WorldObject expected, got table)

Functions require you to call them on something. For example if you try to get the nearest player, you need to specify what is the center point of that search.
If you wanted to get the nearest player of a creature and you have a creature variable called crea crea:GetNearestPlayer()

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use