30.08.2010, 16:56
pawn Код:
new plname[MAX_PLAYERS][MAX_PLAYER_NAME];
It should be
pawn Код:
new plname[MAX_PLAYER_NAME];
pawn Код:
GetPlayerName(playerid, plname, sizeof plname);
format(string, sizeof string,"Example: %s", plname);
ShowPlayerDialog(.., string, ...);