Advertisement
Guest User

Untitled

a guest
Dec 6th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. if(playertextid == ReportPlayer)
  2. {
  3. for(new i=0; i<MAX_PLAYERS; i++)
  4. {
  5. new string[2048];
  6. format(string,sizeof(string), "%s", PlayerName(i));
  7. ShowPlayerDialog(playerid, DIALOG_REPORTPLAYERS, DIALOG_STYLE_LIST, "Player's List", string, "Select", "Cancel");
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement