Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(playertextid == ReportPlayer)
- {
- for(new i=0; i<MAX_PLAYERS; i++)
- {
- new string[2048];
- format(string,sizeof(string), "%s", PlayerName(i));
- ShowPlayerDialog(playerid, DIALOG_REPORTPLAYERS, DIALOG_STYLE_LIST, "Player's List", string, "Select", "Cancel");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement