18.09.2012, 15:27
@up: How to return board "string" on public OnDialogeResponse?
Код:
new string[128], name[MAX_PLAYER_NAME];
GetPlayerName(playerid,name,sizeof(name));
format(string,sizeof(string),USER_FILE_PATH, name);

