30.12.2012, 11:35
I already gave you a solution that you probably didn't even try it.
For one more time, use it as it was, with 212 the array and on your command.
For one more time, use it as it was, with 212 the array and on your command.
pawn Код:
if(isnumeric(vID)) vid = strval(vID);
else vid = GetVehicleModelIDFromName(vID);
if( vid == /* tram's modelid */ || vid == /* train1's modelid */ || vid == /* train2's modelid */ || ) return 1;