Advertisement
Guest User

Untitled

a guest
Dec 13th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. $confirmColorAdd = substr($userinfo['prefix'], 1,1);
  2.  
  3. if($confirmColorAdd == "4") {
  4. $pColor = "<span class='h3 rank-player red'><span class='rank-inner'>";
  5. $color = "
  6. <style type='text/css'>
  7. .profil-info .info-servers-inner span.money-server span{
  8. background: rgba(189, 26, 0, 0.64);
  9. }
  10. </style>";
  11. $SetColor = "<div class='red'>";
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement