30.11.2010, 20:05
Hello. I've made a /factionad command, everything works except the string. I got a function, "GetPlayerFactionName", and i'm sure it's working.
I get a error, it says error 076: syntax error in the expression, or invalid function call. I know it probably shouldn't say GetPlayerFactionName, but what shall i write instead?
Thanks in advance.
Bates
pawn Код:
format(string, sizeof(string), "Advertisement: %s [%s]", result, GetPlayerFactionName);
Thanks in advance.
Bates