29.07.2014, 08:58
The problem is in GetVehicleName function and it goes out of bounds (run time error 4). In order to solve that, check if the modelid is valid (between 400-611) and change to AND and not OR:
pawn Код:
if(vehid >= 400 && vehid <= 611)