Graal Forums  

Go Back   Graal Forums > Admins
FAQ Members List Calendar Today's Posts

Conversation Between Admins and Gunderak
Showing Visitor Messages 1 to 2 of 2
  1. Gunderak
    10-27-2011 11:46 AM
    Gunderak
    @Irock1, I doubt there is plan of such functionality.
    Maybe just think up a name and stick with it like the other graal server owners happily achieve.
  2. Gunderak
    06-12-2011 03:04 PM
    Gunderak
    Hey
    i know your very busy and probably wont have time to reply to this.
    anyway my friends server (Dev Mrmagoo) i work on i made a script to explode where the mouse is.
    it works perfect, except one thing, it doesnt work on a gmap
    anyway heres the script if you have spare time could you see if anything is wrong with it
    thanks
    -Gunderak


    //Script By Gunderak
    //#CLIENTSIDE
    function onKeyPressed(code, key, scancode) {
    if (key == "B") {
    putexplosion(2,mousex+1,mousey-1);
    putexplosion(2,mousex-1,mousey+1);
    putexplosion(2,mousex+1,mousey+1);
    putexplosion(2,mousex-1,mousey-1);
    putexplosion(2,mousex+4,mousey-4);
    putexplosion(2,mousex-4,mousey+4);
    putexplosion(2,mousex+4,mousey+4);
    putexplosion(2,mousex-4,mousey-4);
    }
    }

All times are GMT +2. The time now is 09:05 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.