what this do TogglePlayerDynamicArea ??
#1

In streamer by Incognito
Quote:

TogglePlayerDynamicArea(playerid,areaid,trogle);

And this shod enable/disable area or show/hide ??
Reply
#2

It enables an area to call OnPlayerEnterDynamicArea when a player enters it.
Reply
#3

It can also disable the area, here's two examples:
Код:
// Enabled.
TogglePlayerDynamicArea(playerid,areaid,true);

// Disabled.
TogglePlayerDynamicArea(playerid,areaid,false);
Reply
#4

Thank you for clear this to me.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)