24.08.2011, 08:42
If its just an integer u want to get from a file, it is the function
pawn Code:
dini_Int(filename, "line you want to get as an integer"); // gets an integer
dini_Get(filename, "line you wanna get as an string"); // gets an string