19.10.2013, 12:08
If you're using Incognito's Streamer Plugin; objects can be streamed easily in all virtual worlds.
You can set an timer upto the player pings, like freezing them (TogglePlayerControllable) for x seconds. Higher pings > higher timer for unfreezing.
pawn Код:
//The first -1 parameters means world id (should be -1 for all worlds),
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, -1, -1, -1, Float:streamdistance = 300.0);