20.05.2012, 15:51
Depends. Is 'pName' an array? If not, set it to an array.
Also, try making it sizeof(pName) instead of sizeof(pName[playerid2]).
pawn Code:
new pName[MAX_PLAYERS][MAX_PLAYER_NAME];