SA-MP Forums Archive
How to return board public ondialogeresponse? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to return board public ondialogeresponse? (/showthread.php?tid=378621)



How to return board public ondialogeresponse? - PapaSmerf - 18.09.2012

@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);