error 035: argument type mismatch (argument 3)? Please help!
#1

Hey, just added an anti-jetpack system to my server. But, I get this error:

Код:
(1095) : error 035: argument type mismatch (argument 3)
Line 1095:

pawn Код:
strcat(string, "{FF0000}Name: %s\n", pName);
I have defined the name,

pawn Код:
new string[952], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, sizeof(pName));
strcat(string, "{FF0000}Name: %s\n", pName);
But I don't see a problem?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)