Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1.                 foreach ($icons as $key => $value) {
  2.                     if ($key == 0) continue;
  3.                     $i = 0;
  4.                     if ($i > 5)
  5.                     {
  6.                         $mass_icon[] = $vk->buttonText($value, 'blue', ['command' => $key]);
  7.                         $i++;
  8.                     }
  9.                     else
  10.                     {
  11.    
  12.                     }
  13.                 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement