Okay, I already read a lot of articles about working with files in pawn and I'm sure it's out there somewhere but I'm frustrated of trying and failing at this so can someone help me please?
I have a text file and each line is consists of a map name, and a number, So it would be something like this:
Code:
de_dust2 123
de_inferno 444
de_nuke 12333
de_mirage 951
and the list goes on and on
I basically want to search for the map name and grab that number, Not sure how can I do that.