コード例 #1
0
ファイル: SAMPFunctions.cpp プロジェクト: OrMisicL/FCNPC
CVector3 *CSAMPFunctions::GetVehicleModelInfo(int iModelId, int iInfoType)
{
	return pfn__GetVehicleModelInfo(iModelId, iInfoType);
}
コード例 #2
0
ファイル: SAMPFunctions.cpp プロジェクト: KennyDalglish/fcnpc
CVector3 *CSAMPFunctions::GetVehicleModelInfo(int iModelId, int iInfoType)
{
	CVector3 *vecInfo = pfn__GetVehicleModelInfo(iModelId, iInfoType);
	return vecInfo;
}