24.07.2016, 09:18
Update v2.7.0:
- Added support for YSF IS4 Version and YSF Kurta999 Version
- Increase MAX_POLYGON_POINTS from 32 to 256
- Added functions:
- Added YSF functions:
- Added YSF extended functions:
- Update syntax:
- Deleted function:
- Fixed function:
- Added support for YSF IS4 Version and YSF Kurta999 Version
- Increase MAX_POLYGON_POINTS from 32 to 256
- Added functions:
PHP код:
Float:GetVehicleSpeed(vehicleid);
Float:GetPlayerSpeed(playerid);
Get3DTrygModules(&modules_count=0); //previous version: Get3DTrygPrecision();
CreateDynamicExplosion(Float:x,Float:y,Float:z,type,Float:radius,worldid=-1,interiorid=-1,playerid=-1,Float:distance=200.0);
PHP код:
Float:GetPlayerHydraReactorRX(playerid);
GetPlayerRotation(playerid,&Float:rx,&Float:ry,&Float:rz);
GetPlayerTimeline(playerid);
SetPlayerTimeline(playerid,timeline);
GetPlayerPos4D(playerid,&Float:x,&Float:y,&Float:z,&timeline);
SetPlayerPos4D(playerid,Float:x,Float:y,Float:z,timeline=0);
PHP код:
UpdatePlayerTimeline(playerid);
PHP код:
//from:
bool:IsPointInPolygon(Float:x,Float:y,{Float,_}:...);
//to:
bool:IsPointInPolygon(Float:x,Float:y,Float:points[],maxpoints = sizeof(points));
PHP код:
Get3DTrygPrecision();
PHP код:
GetVehicleRotation(vehicleid,&Float:rx,&Float:ry,&Float:rz);