Dialog doesnt show full members
#2

Here's some advice:
  • cache_get_data is redundant when you have cache_get_row_count:
    PHP код:
    for(new rowrows cache_get_row_count(); row rowsi++) 
  • Do not declare variables inside a loop.
  • Add all retrieved names to one variable and then use that string in the dialog.
  • The previous tip means that you will have to move ShowPlayerDialog to outside the loop.
  • Put a value in pName first before using it somewhere.
Reply


Messages In This Thread
Dialog doesnt show full members - by ThatFag - 28.10.2016, 19:29
Re: Dialog doesnt show full members - by AndySedeyn - 28.10.2016, 21:06

Forum Jump:


Users browsing this thread: 1 Guest(s)