20.05.2014, 09:02
Quote:
GetVehicleDriveType returns the first letter of the drive type, for example - A for AWD or R for RWD, then the command I last typed.
Any ideas? Don't know how this could happen |
Download it again, now it should not be a problem.
And one more thing, assing the string as follows:
Код:
new buf[5]; strcat(buf, GetVehicleDriveType(vehicleid)); printf("blabala: %s", buf); - it work's