07.04.2009, 13:20
Hey,
when i use floatstr ill get 'tag mismatch' if i replace it with strval i get no errors:
when i use floatstr ill get 'tag mismatch' if i replace it with strval i get no errors:
pawn Код:
VehicleInfo[idx][vSpawnz] = strval(fields[4]); // no error but wont work
VehicleInfo[idx][vSpawnrot] = floatstr(fields[5]);// errors but if no errors wil work