Chuyển tới nội dung chính

HideVehicle

cảnh báo

This function was added in omp v1.1.0.2612 and will not work in earlier versions!

cảnh báo

This function has not yet been implemented.

Description

Hides a vehicle from the game.

Parametes

NameDescription
vehicleidThe ID of the vehicle to hide.

Examples

public OnGameModeInit()
{
new vehicleid = CreateVehicle(536, 2496.5034, 5.6658, 27.2247, 180.0000, -1, -1, 60);
HideVehicle(vehicleid);
return 1;
}