file function:
#1

fopen("name.txt", io_read);

is it possible to do:
fopen("%s.txt", io_read,VARIABLE);

or somthing like that?

Reply
#2

pawn Код:
new szDir[ 64 ];
format( szDir, sizeof szDir, "%s.txt", VARIABLE );
fopen( szDir, io_read );
Reply
#3

thx!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)