Search the Community
Showing results for tags 'tags'.
Found 12 results
-
Specifically adding revisions on old downloads, projects, and advertisements shouldn't take long and would help people find things more easily. This might be a bit time consuming though, but it's just a suggestion. At least tagging the very popular and most recent articles/posts shouldn't be too hard.
-
are mention tags broken ? don't seem to work at all, just leave a "@" with no username
-
Just showcasing some of my work! :) Let me know what you think by quoting the image number :)! My first post as well :) <3 1) [ATTACH=CONFIG]10023[/ATTACH] 2) [ATTACH=CONFIG]10024[/ATTACH] 3) [ATTACH=CONFIG]10025[/ATTACH] 4) [ATTACH=CONFIG]10026[/ATTACH]
-
Hey guys, Does anyone know how to change the yell tag for Admin and Mod? I want to change the Admin and Mod yell tag to ''Staff''. IF someone knows how to change this please awnser. Source and Client are ''ExtremeKO'' for if you need that :P
-
Delete this thread please, it was the thread title but for some reason said it was the amount of tags haha.
-
It's getting really annoying when every single annotation is processed as a mention, thus partially destroying your conventions. [code] [MENTION=15855]Over[/MENTION]ride [/code] [img]http://puu.sh/3Pjr2.png[/img] He's been mentioned quite a few times.
-
Yeah, I'm not that great at Photoshop but I'm still learning. Criticism is appreciated. :D [URL=http://s253.photobucket.com/user/lilmojo1/media/Itachi_zps8f858d46.png.html][IMG]http://i253.photobucket.com/albums/hh41/lilmojo1/Itachi_zps8f858d46.png[/IMG][/URL] [URL=http://s253.photobucket.com/user/lilmojo1/media/Untitled-1_zps75e7d913.png.html][IMG]http://i253.photobucket.com/albums/hh41/lilmojo1/Untitled-1_zps75e7d913.png[/IMG][/URL] I used to like Naruto, now not so much but I enjoy using renders of the characters.
-
hi guys decided to make 3 more gfx tags. [IMG]http://i.imgur.com/ioInc.png[/IMG] thought of this when i was thinking about colors. decided the colors would look good in a stained sort of background. [IMG]http://i.imgur.com/UCcPc.png[/IMG] this idea came to mind when i thought about the rainmeter gadget on my desktop. it looked kinda good with a carbon type background [IMG]http://i.imgur.com/rjIY6.png[/IMG] the gfx tag right here is me trying something new. text didnt look good on it, so i decided not to slap any on. it was sort of suppose to create a dreamy sort of look, but oh well lol
-
[img]http://fc01.deviantart.net/fs71/f/2011/222/9/8/final_fantasy__car_reflection_by_darkestteam-d4621tn.png[/img] [img]http://fc03.deviantart.net/fs71/f/2011/227/9/f/final_fantasy_x_by_darkestteam-d46meev.png[/img]
-
Uh I've been trying to look up how to add yell tags like [Owner], [Admin], etc. but every time i keep adding the code or replacing mine with it i keep getting an error saying: method yell(java.lang.String) The code that I copied was this: [CODE]} else if (command.startsWith("yell")) { String msg = command.substring(5); if (muted != 0) { sendMessage("You are muted and cannot use the yell command!"); return; } if (starter == 0) { sendMessage("You need to do ::starter before using the yell command!"); return; } msg.replaceAll("no-ip", "imgay"); msg.replaceAll("servegame", "imgay"); msg.replaceAll("zapto", "imgay"); msg.replaceAll(".com", "imgay"); msg.replaceAll(".tk", "imgay"); msg.trim(); String[] titles = {"[PLAYER", "[MOD]", "[ADMIN]", "[CO]"}; if (playerName.equals("Owner Gred")) { msg = "{!Greg!} - " + msg; } else { msg = titles[playerRights] + " - " + (playerRights == 0 ? (playerName + "] - ") : "") + msg; } PlayerHandler.messageToAll = msg; }[/CODE] This is my yell code: [CODE]} else if (command.startsWith("yell") && command.length() > 5) { command.substring(5).replaceAll("no-ip", "imgay"); command.substring(5).replaceAll("servegame", "imgay"); command.substring(5).trim(); if (muted == 1) { sendMessage("You are muted and cannot use the yell command!"); } else if (starter == 0) { sendMessage("You need to do ::starter before using the yell command!"); } else { PlayerHandler.messageToAll = playerName + " - " + command.substring(5); }[/CODE] Additional Info (don't know if this will help or not): This is a Czar based source.
-
I think we should add Spoiler Tags again, what do you think?