User Tag List

Page 3 of 8 FirstFirst 12345 ... LastLast
Results 21 to 30 of 80
  1. #21
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:
    I found the problem, it's 000webhost adding slashes to my JSON data -_-, should of really been the first thing I checked for but it wasn't, me being dumb for a change

    I'll fix it in a sec.

    And look for a paid hosting site while I'm at it.


    It's Fixed.

    Scores can be found here: http://sja94.net76.net/utgame/scores.php

  2. #22
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:
    Sorry to double post, just more information.
    I've made a small game using html elements, all you have to do is shoot the targets that move across the screen.

    I've tried to make the hud look as close to possible to ut without using images, some bits need a little tidy up but that can wait for now.

    Play game link: SpawnKiller
    View scoreboard link:SpawnKiller Leaderboard

    Scoring system:
    - head shot = 5 points,
    - 1 hit = 1 point,
    - double kill = 2 points,
    - multi kill = 3 points,
    - mega kill = 5 points,
    - ultra kill = 6 points,
    - monster kill = 7 points,
    - ludicrious kill = 8 points,
    - holy shit = 9 points,
    - multiple holy shit = current kills + 1(starts at 10 points)

    Please report any bugs in this topic SJA Forums • Spawn Killer [html game]

  3. #23
    Dominating medor's Avatar
    Join Date
    Sep 2013
    Posts
    456
    Country:
    Winer for the moment peteuncoup ^^

  4. #24
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:
    Swapped mice, then beat you by 1 point

  5. #25
    Whicked Sick Chamberly's Avatar
    Join Date
    Jul 2012
    Location
    Vandora Temple
    Posts
    5,488
    Country:
    You need a Play Again button on the Leaderboard. ^^


    http://irc.lc/globalgamers/uscript for uscript discussion.

  6. #26
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:
    Quote Originally Posted by Chamberly View Post
    You need a Play Again button on the Leaderboard. ^^
    Yeah, I will add that soon

    Forgot to say, if you click on the headers on the leaderboard, it will sort them ASC and DESC if you click it again.

  7. #27
    Whicked Sick ~~D4RR3N~~'s Avatar
    Join Date
    Jul 2012
    Location
    Venezuela
    Posts
    1,614
    Country:
    sometimes the clicking bugs and it selects text lol.
    Lost multis cause of that.

    But is fun, didn't feel bored while paying it
    Quote Originally Posted by |uK|UNrealshots View Post
    You're playing a game that came out in 1999 in the year 2012 who is the fucking nerd here?
    All of us. Enjoy.

  8. #28
    Whicked Sick UT-Sniper-SJA94's Avatar
    Join Date
    Oct 2011
    Location
    What was England
    Posts
    4,427
    Country:
    Quote Originally Posted by ~~D4RR3N~~ View Post
    sometimes the clicking bugs and it selects text lol.
    Lost multis cause of that.

    But is fun, didn't feel bored while paying it
    Yeah that's the problem with making games out of html elements, not sure if there is a way to prevent it.


    Thanks to everyone whos given it a try

  9. #29
    Moderator TimTim's Avatar
    Join Date
    Aug 2013
    Posts
    1,804
    Country:
    Quote Originally Posted by UT-Sniper-SJA94 View Post
    Yeah that's the problem with making games out of html elements, not sure if there is a way to prevent it.
    With CSS, you should be able to add this to the element:
    Code:
    .some-element {
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    And within the HTML, you should be able to add this:
    Code:
    <div class="some-element" unselectable="on" onselectstart="return false;"></div>

  10. #30
    Whicked Sick ~~D4RR3N~~'s Avatar
    Join Date
    Jul 2012
    Location
    Venezuela
    Posts
    1,614
    Country:
    Dayum Tim know html prepare to get all webpages ruined sons&bros
    Quote Originally Posted by |uK|UNrealshots View Post
    You're playing a game that came out in 1999 in the year 2012 who is the fucking nerd here?
    All of us. Enjoy.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SJA random projects
    By UT-Sniper-SJA94 in forum Spam Section
    Replies: 235
    Last Post: 03-25-2019, 04:50 PM
  2. Ben10 / Random / random Anime names
    By uenz in forum Reports/Complaints & Appeals
    Replies: 7
    Last Post: 08-30-2014, 02:43 PM
  3. Random simple game
    By UT-Sniper-SJA94 in forum Spam Section
    Replies: 6
    Last Post: 05-03-2014, 06:54 AM
  4. Random bug
    By UT-Sniper-SJA94 in forum Spam Section
    Replies: 7
    Last Post: 03-13-2014, 11:22 AM
  5. Everybody random guy
    By |uK|B|aZe//. in forum Bans
    Replies: 0
    Last Post: 12-23-2011, 10:31 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •