04.07.2016, 12:14
Update v2.4:
- Fixed:
Results: https://www.youtube.com/watch?v=IA1OqTVsQRU
- Added new option:
- Updated functions:
- Update fixes for:
- Fixed:
PHP код:
ResetDynamicObjectMaterial(objectid,materialindex);
ResetDynamicObjectMaterialAll(objectid);
- Added new option:
PHP код:
#define DISABLE_STREAMER_SPEC_CHECK //Turn off check streamer version
PHP код:
//returns the number of destroyed vehicles:
DestroyVehicles();
//returns the number of destroyed objects:
DestroyObjects(); //returns the number of destroyed objects
DestroyPlayerObjects(playerid,bool:streamer = false);
DestroyDynamicObjectsInCube(Float:minx,Float:miny,Float:minz,Float:maxx,Float:maxy,Float:maxz,worldid = -1,interiorid = -1);
DestroyDynamicObjectsInCubeFM(modelid,Float:minx,Float:miny,Float:minz,Float:maxx,Float:maxy,Float:maxz,worldid = -1,interiorid = -1);
DestroyVehicleDynamicObject(vehicleid);
DestroyPlayerDynamicObject(playerid);
//returns the number of deattached objects:
DeattachVehicleDynamicObject(vehicleid4);
DeattachPlayerDynamicObject(playerid);
//returns the number of destroyed components:
DestroyDynamicObjectComponent(objectid,type);
//returns the number of deattached components:
DeattachDynamicObjectComponent(objectid,type);
PHP код:
DestroyPickup
Delete3DTextLabel
DeletePlayer3DTextLabel