04.03.2015, 18:55
Do you have crashdetect enabled? If no, enable it, I'm quite certain some crash happens within SaveVehicle.
1. You don't need "stock" prefix if you're not writing a library.
2. Check if INI_Open returns valid handle with
3. You don't need separate file for vehicle mods, as you can just use another tag within same file.
1. You don't need "stock" prefix if you're not writing a library.
2. Check if INI_Open returns valid handle with
pawn Код:
if (file != INI_NO_FILE)