23.05.2015, 14:56
https://sampforum.blast.hk/showthread.php?tid=362764
497 model ID is "Police Maverick" and after the replacement is "Police.Maverick".
pawn Код:
new string[17];
strcat(string, VehicleNames[497-400], sizeof (string));
strreplace(string, " ", ".");
// strreplace(string, character_to_search, character_for_replacement);
print(string);