03.05.2015, 14:49
GetVehicleIDFromName
The text "FromName" clearly shows that the parameter is string and not integer. Change "Vehicle" to string and add size next to "s" specifier in sscanf (for example: "s[32]...").
The text "FromName" clearly shows that the parameter is string and not integer. Change "Vehicle" to string and add size next to "s" specifier in sscanf (for example: "s[32]...").