Jump to content

Ynotsend

Member
  • Posts

    99
  • Joined

  • Last visited

Posts posted by Ynotsend

  1. /*/////////////////////////
    Gamepad Commands
    /*/////////////////////////
    function on(eventName){
        Gamepad.on(eventName);
    };
    function emit(eventName, data) {
        Gamepad.emit(eventName, JSON.stringify(data));
    };
    function localEmit(eventName, data){
        Gamepad.localEmit(eventName, data);
    };
    function showKeyboard(keyboardType){
        Gamepad.showKeyboard(keyboardType);
    };
    function hideKeyboard(){
        Gamepad.hideKeyboard();
    };
    function setKeyboardEnabled(enabled) {
        Gamepad.setKeyboardEnabled(enabled);
    };
    function showPane() {
        Gamepad.showPane();
    };
    function hidePane() {
        Gamepad.hidePane();
    };
    function setPaneEnabled(enabled) {
        Gamepad.setPaneEnabled(enabled);
    };
    function openPopup(data){
        Gamepad.openPopup(data);
    };
    function openPopupWithActions(data, actionOneTitle, actionOneCallback, actionTwoTitle, actionTwoCallback) {
        Gamepad.openPopupWithActions(data, actionOneTitle, actionOneCallback, actionTwoTitle, actionTwoCallback);
    };
    function requestInGamePurchase(productIds) {
        Gamepad.requestInGamePurchase(productIds);
    };
    function loadExternalUrl(url) {
        Gamepad.loadExternalUrl(url);
    };
    • Like 1
  2. 2 minutes ago, XxZainaabxX said:

    Hey people I knop one cares about this but today my left wrist and neck broke. 

    A really bad incident happened. So on the roads a car of my friend was there and i was standing outside talking. 

    A lot of cars rushed behind me and after i finished talking i was waiting to cross the road and got a moment to cross. But still i don't know what happened but a car hit me on my left wrist and went a bir in the and hit a pole. At the moment my eyes closed and even my backbone was damaged. I woke up in hospital and now I'm here with a damaged body

     

    Its unfortunate you didn't die.

×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines