Ejemplo n.º 1
0
CVector3 *CSAMPFunctions::GetVehicleModelInfo(int iModelId, int iInfoType)
{
	return pfn__GetVehicleModelInfo(iModelId, iInfoType);
}
Ejemplo n.º 2
0
CVector3 *CSAMPFunctions::GetVehicleModelInfo(int iModelId, int iInfoType)
{
	CVector3 *vecInfo = pfn__GetVehicleModelInfo(iModelId, iInfoType);
	return vecInfo;
}