03.09.2013, 14:48
Quote:
|
[16:43:26] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_RegisterInterface" found (script might need to be recompiled with the latest include file)
[16:43:26] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_AddPlayer" found (script might need to be recompiled with the latest include file) [16:43:26] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_RemovePlayer" found (script might need to be recompiled with the latest include file) [16:43:26] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_VerifyPickup" found (script might need to be recompiled with the latest include file) [16:43:26] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_VerifyCheckpoint" found (script might need to be recompiled with the latest include file) [16:43:26] *** Streamer Plugin: Warning: Include file version (unknown version) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file) help me what to do!?!?!?!!? |
To change it globally on all objects use the following natives -
native Streamer_VisibleItems(type, items);
native Streamer_CellDistance(Float
treamdistance);If you want to change it on some particular objects use the following function -
native CreateDynamicObject(modelid, Float
, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float
treamdistance = 200.0);


