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

Quote:

(7253) : error 035: argument type mismatch (argument 3) (7254) : error 035: argument type mismatch (argument 3)

line 7253
Код:
strcat(str, "Name of the Admin that Banned you: %s\n", GetName(playerid));

line 7254
Код:
strcat(str, "Reason of the Ban :%s.\n", reason);
Reply
#2

strcat doesn't accept passing arguments like that. Use format function for that.
Reply
#3

ok thanks
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)