Posts: 578
Threads: 40
Joined: Dec 2016
Quote:
Originally Posted by Mohaaaaaaaaaaa
Код:
#define CLANPATH "COD6/Clans/%d.ini"
Well yeah i am using %d but still i am using it for loading other shits and it's working fine
|
You can't use %d recklessly liek that, it must be defined, such as:
format(thatstring, sizeof thatstring, CLANPATH, thatid);