Posts: 723
Threads: 366
Joined: Jun 2016
Hi,
This callback OnEnterExitModShop, when player enter mod shop, is called before or after player interior change?
Posts: 637
Threads: 23
Joined: Feb 2013
Reputation:
0
Well I don't know when but you can check it by just adding messages on callback and on function:
GetPlayerInterior(playerid, modshopid)
Now if the callback msg is second than then it is called after interior change.
I think you should have understood.
Posts: 6,242
Threads: 8
Joined: Jun 2008
You could easily write a script that will tell you that via having everything (OnPlayerInteriorChange, OnEnterExitModshop) report back current statuses, and monitor for changes...