Paste #32758: Untitled Paste

Date: 2016/04/15 17:03:22 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12


SYSTEM_COMPETITIONS:
    type: world
    events:
        on player joins:
            - wait 5
            - narrate "Competition system is being worked on right now by Axe. Please standby while he finishes up."

        on compcount command:
            - narrate "test"
            - sql id:ADDPLAYERTOCOMPLIST connect:http://50.62.22.183:3306/mineassa_Competition_Details username:mineassa_Axepex password:REDACTED 
            - sql id:ADDPLAYERTOCOMPLIST "update:INSERT INTO Competition_Details (Prize1) VALUES ('5');"
            - sql disconnect id:ADDPLAYERTOCOMPLIST