Quote:
Originally Posted by AnnaSB
pawn Код:
fInfo[Total_Factions_Created][Name] = factionname;
turn this line into:
pawn Код:
format(fInfo[Total_Factions_Created][Name], 32, factionname);
You cannot directly set an string to an string var in C/C++/PAWN, you should use COPY functions like strcat or format for them, they deal with array characters, not with the string at once.
Hope I helped ^^
|
Thanks, however in game it's still saying "Unknown Command".