error 035: argument type mismatch (argument 3)
#4

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.
pawn Код:
format(string2, sizeof (string2), "Faction - Name:%s | Rank:%s | Division:%s\n",
PFactionName[playerib],
PFactionRank[playerib],
PFactionDivision[playerib]);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)