Object Streamer
#3

Quote:
Originally Posted by pds2k12
Посмотреть сообщение
7Word Answer Icognito's Streamer, that's the best of all
It's not bad but could be a lot better..... I'm just kidding it is the best but there is a few issues you should look into namely drawdistance issues with CreateDynamicObject() you can use CreateDynamicObjectEx() or the tried & tested fix.

pawn Код:
stock AddDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0, drawdistance = 300.0)
{
    new oid;
    oid = CreateDynamicObject(modelid, x, y, z, rx, ry, rz, worldid, interiorid, playerid, streamdistance);
    Streamer_SetFloatData(STREAMER_TYPE_OBJECT, oid, E_STREAMER_DRAW_DISTANCE, drawdistance);
    return oid;
}
Reply


Messages In This Thread
Object Streamer - by Hitman-97- - 07.11.2013, 18:48
Re: Object Streamer - by Patrick - 07.11.2013, 18:50
Re: Object Streamer - by Pottus - 07.11.2013, 18:57

Forum Jump:


Users browsing this thread: 1 Guest(s)