Server's CPU Usage is 80% over 6 players.
#5

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 CreateDynamicPolygon(Float:points[], Float:minz = -FLOAT_INFINITY, Float:maxz = FLOAT_INFINITY, maxpoints = sizeof points, 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 IsPlayerInAnyDynamicArea(playerid);
native IsPointInDynamicArea(areaid, Float:x, Float:y, Float:z);
native IsPointInAnyDynamicArea(Float:x, Float:y, Float:z);
native AttachDynamicAreaToObject(areaid, objectid, type = STREAMER_OBJECT_TYPE_DYNAMIC, playerid = INVALID_PLAYER_ID);
native AttachDynamicAreaToPlayer(areaid, playerid);
native AttachDynamicAreaToVehicle(areaid, vehicleid);
native DestroyAllDynamicAreas();
native CountDynamicAreas();
Taken directly from: https://sampforum.blast.hk/showthread.php?tid=102865
Reply


Messages In This Thread
Server's CPU Usage is 80% over 6 players. - by The__ - 26.07.2012, 11:31
Re: Server's CPU Usage is 80% over 6 players. - by The__ - 26.07.2012, 11:41
Re: Server's CPU Usage is 80% over 6 players. - by The__ - 27.07.2012, 16:19
Re: Server's CPU Usage is 80% over 6 players. - by The__ - 27.07.2012, 16:55
Re: Server's CPU Usage is 80% over 6 players. - by FUNExtreme - 27.07.2012, 17:04
Re: Server's CPU Usage is 80% over 6 players. - by The__ - 27.07.2012, 17:36
Re: Server's CPU Usage is 80% over 6 players. - by Finn - 27.07.2012, 18:13
Re: Server's CPU Usage is 80% over 6 players. - by The__ - 27.07.2012, 21:10
Re: Server's CPU Usage is 80% over 6 players. - by The__ - 28.07.2012, 06:54
Re: Server's CPU Usage is 80% over 6 players. - by The__ - 31.07.2012, 18:12

Forum Jump:


Users browsing this thread: 1 Guest(s)