0123: A 'thiscall' function requires a pointer
function Car_Destroy<thiscall,0x0C0DE000>()Possible solutions:
function Car_Destroy<thiscall,0x0C0DE000>(struct: int)int car_address = GET_VEHICLE_POINTER myCar
Car_Destroy(car_address)Previous0122: A non-static function can't be called by nameNext0124: Foreign functions can't return more than one value
Last updated