21.04.2013, 11:34
Not tested. But should works.
Replace :
With
strcmp compares the whole string.
Replace :
pawn Код:
if(strcmp(VehicleNames[i], tmp, true)==0)
pawn Код:
if ( strfind( VehicleNames[ i ], tmp, true ) != -1 )