10.07.2012, 20:57
Yes, I think it is posible.
I see only one way of doing it.
I know how to do it in Dev C++ and I think you can here as well.
You need know how to use file functions as fscanf( I think this exist in pawn aswell)
Open your gamemode, in the same way you are opening your scriptfiles. And chech line by line ( using counter) and once you with strcmp get te exact line you can print it.
If some lines are same, use comments( /* //)
I see only one way of doing it.
I know how to do it in Dev C++ and I think you can here as well.
You need know how to use file functions as fscanf( I think this exist in pawn aswell)
Open your gamemode, in the same way you are opening your scriptfiles. And chech line by line ( using counter) and once you with strcmp get te exact line you can print it.
If some lines are same, use comments( /* //)

