IsPlayerInZone
#3

https://sampforum.blast.hk/showthread.php?tid=102865

Это стример объектов (плагин), у него есть функции:
Quote:

Areas:

pawn Код:
native CreateDynamicCircle(Float:x, Float:y, Float:size, worldid = -1, interiorid = -1, playerid = -1);
native CreateDynamicRectangle(Float:minx, Float:miny, Float:maxx, Float:maxy, worldid = -1, interiorid = -1, playerid = -1);
native CreateDynamicSphere(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1);
native CreateDynamicCube(Float:minx, Float:miny, Float:minz, Float:maxx, Float:maxy, Float:maxz, worldid = -1, interiorid = -1, playerid = -1);
native DestroyDynamicArea(areaid);
native IsValidDynamicArea(areaid);
native TogglePlayerDynamicArea(playerid, areaid, toggle);
native TogglePlayerAllDynamicAreas(playerid, toggle);
native IsPlayerInDynamicArea(playerid, areaid);
native AttachDynamicAreaToPlayer(areaid, playerid);
native AttachDynamicAreaToVehicle(areaid, vehicleid);
native DestroyAllDynamicAreas();
native CountDynamicAreas();
Инструкции в ссылке.
Reply


Messages In This Thread
IsPlayerInZone - by Tailer - 22.07.2011, 16:06
Re: IsPlayerInZone - by Stepashka - 22.07.2011, 16:15
Re: IsPlayerInZone - by CaHbKo - 22.07.2011, 17:41
Re: IsPlayerInZone - by Norck - 22.07.2011, 20:07

Forum Jump:


Users browsing this thread: 1 Guest(s)