Advertisement
Guest User

Untitled

a guest
May 24th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. <?php
  2. if($_COOKIE['lang'] == 'pl') {
  3. echo '<h1>Only Mirage - paczka</h1>
  4. <p>Paczka dobrze skonfigurowana, pełna instrukcji. Pluginy poukładane w taki sposób, że nawet początkująca osoba poradzi sobie z wgraniem paczki. W paczce znaleźć można: edytowane skiny i noże, chat admina w hudzie, informację o wejściu na serwer (graczy), przywitanie VIP`ów, blokadę komend "sm" w konsoli, menu z opisem VIP`a, darmowego VIP`a (!freevip), reklamy na chacie, ranking (fake rangi, overlaye oraz hud gracza), blokadę BS`ów (jeżeli jest mniej niż 5 CT), rękawiczki, menu pomocy, reklamy na chacie, RoundSoundy, obrazki wyświetlane po śmierci i wiele więcej. W paczce znajdują się pliki .smx oraz wszystkie pliki konfiguracyjne .sp (i dodatkowo cfg).<br><br><br><br><a href="https://i.imgur.com/IyJ1yOi.png" target="_blank"><u>Kliknij, aby zobaczyć screena paczki.</u></a></p>
  5. <a href="https://www.youtube.com/watch?v=0lvYIHoFPqU" class="modal-youtube"><div class="youtube"><span>Zobacz na filmie</span></div></a>
  6. <a href="https://steamcommunity.com/id/fabianoo/"><div class="youtube"><span>Kup</span></div></a>';
  7. } else if($_COOKIE['lang'] == 'uk') {
  8. echo '<h1>Only Mirage - PACK</h1>
  9. <p>Pack is fully configured and contains full tutorial. Plugins are organised in folders that even person who dont use sourcemod everyday can easilly upload and use it on own server. In pack you can find: edited skins and knifes, admin chat in hud, info that new player has joined to server, VIP welcome message, "sm" command in console block, menu with vip description, !freevip, chat advertisements, rank with fake csgo ranks, overlays and player hud, bs block (if theres less than 5 CT), gloves, help menu, roundsounds, images after death and much more! Pack contains all .sp files, compiled .smx files and some .cfg files.<br><br><br><br><a href="https://i.imgur.com/IyJ1yOi.png" target="_blank"><u>List of plugins on screen.</u></a></p>
  10. <a href="https://www.youtube.com/watch?v=0lvYIHoFPqU" class="modal-youtube"><div class="youtube"><span>Check it!</span></div></a>
  11. <a href="https://steamcommunity.com/id/fabianoo/"><div class="youtube"><span>Buy</span></div></a>';
  12. } else if($_COOKIE['lang'] == 'de') {
  13. echo '<h1>Only Mirage - PACK</h1>
  14. <p>Pack is fully configured and contains full tutorial. Plugins are organised in folders that even person who dont use sourcemod everyday can easilly upload and use it on own server. In pack you can find: edited skins and knifes, admin chat in hud, info that new player has joined to server, VIP welcome message, "sm" command in console block, menu with vip description, !freevip, chat advertisements, rank with fake csgo ranks, overlays and player hud, bs block (if theres less than 5 CT), gloves, help menu, roundsounds, images after death and much more! Pack contains all .sp files, compiled .smx files and some .cfg files.<br><br><br><br><a href="https://i.imgur.com/IyJ1yOi.png" target="_blank"><u>List of plugins on screen.</u></a></p>
  15. <a href="https://www.youtube.com/watch?v=0lvYIHoFPqU" class="modal-youtube"><div class="youtube"><span>Check it!</span></div></a>
  16. <a href="https://steamcommunity.com/id/fabianoo/"><div class="youtube"><span>Buy</span></div></a>';
  17. }
  18.  
  19. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement