Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # written under the influcence of marijuana
- # BY: Capt. Micro
- # .
- # M
- # dM
- # MMr
- # 4MMML .
- # MMMMM. xf
- # . "MMMMM .MM-
- # Mh.. +MMMMMM .MMMM
- # .MMM. .MMMMML. MMMMMh
- # )MMMh. MMMMMM MMMMMMM
- # 3MMMMx. 'MMMMMMf xnMMMMMM"
- # '*MMMMM MMMMMM. nMMMMMMP"
- # *MMMMMx "MMMMM\ .MMMMMMM=
- # *MMMMMh "MMMMM" JMMMMMMP
- # MMMMMM 3MMMM. dMMMMMM .
- # MMMMMM "MMMM .MMMMM( .nnMP"
- # =.. *MMMMx MMM" dMMMM" .nnMMMMM*
- # "MMn... 'MMMMr 'MM MMM" .nMMMMMMM*"
- # "4MMMMnn.. *MMM MM MMP" .dMMMMMMM""
- # ^MMMMMMMMx. *ML "M .M* .MMMMMM**"
- # *PMMMMMMhn. *x > M .MMMM**""
- # ""**MMMMhx/.h/ .=*"
- # .3P"%....
- # nP" "*MMnx
- import es, playerlib, popuplib
- import time, _mysql, inspect
- info = es.AddonInfo()
- info.name = "MicroAnnounce"
- info.basename = "microannounce"
- info.version = "HERPDERPDURR"
- info.url = "microvnet.info"
- info.description= "SUP3R L33T 4NN0UNC3"
- info.author = "Capt. Micro"
- info.contact = "arrowflyer@gmail.com"
- info.tags = "announce"
- def load():
- pass
- def es_player_chat(e):
- ply = playerlib.getPlayer(str(userid))
- if (e['text'][0:8] == '!announce'):
- args = e['text'].split(' ', 2)
- seconds = int(args[1])
- price = 7000 + (seconds * 100)
- if (ply.cash >= price):
- es.centermsg(args[2])
- ply.cash -= price
- def unload():
- pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement