25.05.2011, 14:16
Hey guys.
Im using Incognito's streamer plugin.
He made something strange that i dont understand.
Its this function:
and a callback:
What i dont understand is the
How do i use it?
I wanna make an area, and when the player enteres it, it sends a client message to him.
Thank you.
Im using Incognito's streamer plugin.
He made something strange that i dont understand.
Its this function:
pawn Код:
native CreateDynamicCircle(Float:x, Float:y, Float:size, worldid = -1, interiorid = -1, playerid = -1);
pawn Код:
forward OnPlayerEnterDynamicArea(playerid, areaid);
pawn Код:
worldid = -1, interiorid = -1, playerid = -1
I wanna make an area, and when the player enteres it, it sends a client message to him.
Thank you.