[DiscordArchive] could someone give me a hint to why
[DiscordArchive] could someone give me a hint to why
Archived author: Kitzunu • Posted: 2020-04-10T01:34:08.008000+00:00
Original source
could someone give me a hint to why
```
handler->GetSession()->GetPlayer()->SetFlag(PLAYER_EXPLORED_ZONES_1 + i, 0xFFFFFFFF);
```
don't apply on a player you target?
Archived author: Kitzunu • Posted: 2020-04-10T01:34:13.482000+00:00
Original source
(New to c++)
Archived author: Kito • Posted: 2020-04-10T01:35:48.569000+00:00
Original source
GetSession()->GetPlayer() is the player executing whatever you are doing there
Archived author: Kito • Posted: 2020-04-10T01:36:06.736000+00:00
Original source
You would need to get this player and get his Target Unit (Player)
Archived author: Kitzunu • Posted: 2020-04-10T01:36:46.924000+00:00
Original source
how would I do that?