20.02.2015, 13:50
When player enters the business:
And when you want to get the business ID where the player is standing:
pawn Код:
SetPlayerVirtualWorld(playerid, 500 + business_id); // use your own value
pawn Код:
new bizzid = GetPlayerVirtualWorld(playerid) - 500;