24.05.2015, 14:19
strcat is only used to join another string (formatted before as it doesn't accept arguments like format function).
You can split the arguments as long as you want (the string would be with \ character but no need to.
You can split the arguments as long as you want (the string would be with \ character but no need to.
pawn Код:
format(string2, sizeof (string2), "Faction - Name:%s | Rank:%s | Division:%s\n",
PFactionName[playerib],
PFactionRank[playerib],
PFactionDivision[playerib]);