18.03.2013, 16:26
Hey, just added an anti-jetpack system to my server. But, I get this error:
Line 1095:
I have defined the name,
But I don't see a problem?
Код:
(1095) : error 035: argument type mismatch (argument 3)
pawn Код:
strcat(string, "{FF0000}Name: %s\n", pName);
pawn Код:
new string[952], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, sizeof(pName));
strcat(string, "{FF0000}Name: %s\n", pName);