Players & Dynamic Areas
#1

I'll try my best to explain what I need some help in achieving.

Here I've made a dynamic area, we'll ignore all the common information and just use what I'd like to add.

pawn Код:
DynamicArea = CreateDynamicArea(playerid, area_businessid);
pawn Код:
OnPlayerEnterDynamicArea(playerid, areaid, area_businessid);
if(areaid == BusinessInfo[area_businessid][bLandlineArea])
{
  //code
}
I am going to be using Dynamic Areas excessively. I'd like to avoid looping if I can.

Obviously I know I probably need to edit something to do with the streamer (I'm using incognitos one). I'm not entirely sure what I'd need to edit in order to achieve this though or if I'm even allowed to edit anything.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)