A little problems with strings
#2

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, ...);
Reply


Messages In This Thread
A little problems with strings - by [IL]HeHu - 30.08.2010, 16:52
Re: A little problems with strings - by Claude - 30.08.2010, 16:56
Re: A little problems with strings - by [IL]HeHu - 30.08.2010, 16:57
Re: A little problems with strings - by CyNiC - 30.08.2010, 16:59
Re: A little problems with strings - by [IL]HeHu - 30.08.2010, 17:00
Re: A little problems with strings - by CyNiC - 30.08.2010, 17:04

Forum Jump:


Users browsing this thread: 1 Guest(s)