equal

  1. jocasrb

    Issue with getting letter from string

    Hi guys, im trying to match a letter from player's name with string (one letter) from array[enum]: enum _:EnumInfo { FirstOne[ 10 ], SecondOne[ 32 ] } new const g_szSearchIt[][ EnumInfo ] = { { "j", "1" }, { "o", "2" }, } ......... for( new i; i < 2; i++ ) { for(...
Сверху Снизу