30.12.2013, 17:26
Quote:
If anyone cares I released a new version of this (3.6).
What's new:
|
Quote:
Can somebody figure out why this doesn't work?
(CreateDynamicObject from Incognito's Streamer Plugin) Код:
int CreateDynamicObject(int modelid, float x, float y, float z, float rx, float ry, float rz, int worldid = -1, int interiorid = -1, int playerid = -1, float streamdistance = 200.0f) { return (int)sampgdk_invoke_native(sampgdk_find_native("CreateDynamicObject"), "iffffffiiif", modelid, x, y, z, rx, ry, rz, worldid, interiorid, playerid, streamdistance); } |
sampgdk_find_native("CreateDynamicObject")