Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. #include <sourcemod>
  2. public Plugin:myinfo =
  3. {
  4. name = "Tags Boost",
  5. author = "VVirus",
  6. description = "Dodaje znaki specjalne do tagow",
  7. version = "1.0",
  8. url = "http://playboard.eu"
  9. };
  10.  
  11. public OnMapStart()
  12. {
  13. ServerCommand("sv_tags Polska,3maps,3mapy,skiny,kosy,rekawiczki,m,mi,mir,mira,mirage,mirag,onlydd2,dd2only,dedust2,pasha,izak,freevip,vipfree,vip,darmowyvip,vipdarmowy,eu,pl,surf,zombiemod,surfrpg,rpg,ffa");
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement