Ini not returning string
#5

FactionInfo[fid][fName] is always empty you need add 'name' into FactionInfo[fid][fName]
pawn Код:
FactionInfo[fid][fName][0] = EOS; // cleaning array
strcat(FactionInfo[fid][fName], name, size_of_fName_here);
Reply


Messages In This Thread
Ini not returning string - by cuzido - 24.02.2016, 17:13
Re: Ini not returning string - by cuzido - 25.02.2016, 16:30
Re: Ini not returning string - by -CaRRoT - 25.02.2016, 17:28
Re: Ini not returning string - by cuzido - 25.02.2016, 17:35
Re: Ini not returning string - by Jefff - 25.02.2016, 17:35

Forum Jump:


Users browsing this thread: 1 Guest(s)