Login to ZARP
Username: Password: Remember me

Poll: How Did You Like This Forum Game?

TOPIC: [Forum Game]What's in your clipboard?

[Forum Game]What's in your clipboard? 8 years 9 months ago #162457

  • Tadgee
  • Tadgee's Avatar
  • Offline
  • Banned
  • ZARP VIP Golden Blue Badge
  • Posts: 2326
  • Thanks received: 480
  • Karma: 3
Ex DarkRP, Deathrun Mod,Bhop + TTT Admin

Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 9 months ago #162472

,
//\
/ | ;
| /_|
.-"` `"-.
/` `\
/ \
.-.,_| .-""""-. |
| `",_,-' (((-. '(
\ (`"=._.'/ ( (o>'-`"#
, '.`"-'` / `--` '==;
/\\ `'--'`\ _.'~~
/ | \ `.,___,-}
| | | ) { }
\ \ (.--==---==

=' o { }
",/` (_) (_) (_) (_) \ /
/ () o () () ^|
\ () ( () o ; /
`\ \ ; / } |
) \ / /` } /
,-' |=,_ | /,_ ,'/
| _,.-`/ `"=\ \\ \
| ."` \ | \ \`\ \
| | \ \ `\ \ `\ \
| | \ \ `\ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | ) \ \ \ ) \
jgs `) \ ^ww ) \ ^ww
^ww ^ww
  • bvr
  • bvr's Avatar
  • Offline
  • Banned
  • ZARP VIP Gold Badge
  • 2D
  • Posts: 919
  • Thanks received: 236
  • Karma: -4
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 9 months ago #162496

super high quality
  • _Noone_
  • _Noone_'s Avatar
  • Offline
  • Junior Boarder
  • ZARP VIP
  • Posts: 204
  • Thanks received: 8
  • Karma: -2

Click here ↓ To Add Me On Steam

This ↓ Is How I Got Garry's Mod ( ͡° ͜ʖ ͡°)
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 9 months ago #162513

/*
 *  KeyEvent.java	1.2		7/12/15
 * 
 *  This file is part of RGGE-Engine.
 *
 *  RGGE-Engine is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  RGGE-Engine is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with RGGE-Engine.  If not, see <http://www.gnu.org/licenses/>.
 */

package me.soxey6.engine.events.input.keys;

import me.soxey6.engine.managers.event.Event;
import me.soxey6.engine.managers.input.Key;

/**
 * KeyEvent is a class used for sorting, filtering and dispatching events.
 * The event is created with the needed information about that event added to it before being sent through the event system and dispatched to every listener that this fits the filter of.
 * 
 * @version		1.2
 * @author 		Spanish Tech
 * @see			Event
 */

public class KeyEvent extends Event{
	
	/** key The current key of the event with such information as what key and whether it's released or pressed.
	 * 
	 * @see Key
	 */
	private Key key;
	
	/**
	 * The constructor of the KeyEvent class.
	 * 
	 * @param key The information about the key that will be dispatched
	 * @See Key
	 */
	public KeyEvent(Key key){
		this.key = key;
	}

	/**
	 * GetKey() is used to retrieving the key information of this event.
	 * 
	 * @return key The key information of this event
	 * @see Key
	 */
	public Key getKey() {
		return key;
	}
	
	/**
	 * GetKey() is used to set the key information of this event
	 * 
	 * @param key The key information of this event
	 * @see Key
	 */
	public void setKey(Key key) {
		this.key = key;
	}
}

Just code from my engine I was copying to get some opinions.
  • kristofferson
  • kristofferson's Avatar
  • Offline
  • Gold Boarder
  • ZARP VIP
  • 420 Blaz It Son
  • Posts: 2664
  • Thanks received: 627
  • Karma: -39
I'm EMP's only friend
"Do you have to wear lip stick" - RedPowder 2016
Unable to display Google Map.
[spoiler=throw/a/,Uncaught=1,g=alert,a=URL+0,onerror=eval,/1/g+a[12]+[1337]+a[13]]'throw/a/,Uncaught=1,g=alert,a=URL+0,onerror=eval,/1/g+a[12]+[1337]+a[13][/spoiler][quote=throw/a/,Uncaught=1,g=alert,a=URL+0,onerror=eval,/1/g+a[12]+[1337]+a[13]][code=throw/a/,Uncaught=1,g=alert,a=URL+0,onerror=eval,/1/g+a[12]+[1337]...
Last Edit: 8 years 9 months ago by kristofferson.
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 9 months ago #162669

  • Morkva
  • Morkva's Avatar
  • Offline
  • Senior Boarder
  • Posts: 545
  • Thanks received: 65
  • Karma: -3
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 9 months ago #162675

  • Studio Banter
  • Studio Banter's Avatar
  • Offline
  • Marvelous Boarder
  • ZARP VIP
  • ❤️
  • Posts: 14007
  • Thanks received: 5848
  • Karma: -60
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 8 months ago #177866

¯\_(ツ)_/¯
  • i7moody009
  • i7moody009's Avatar
  • Offline
  • Legendary Member
  • ZARP VIP Golden Blue Badge
  • The Real OG LOC
  • Posts: 832
  • Thanks received: 194
  • Karma: 8
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 8 months ago #177867

  • Hoi
  • Hoi's Avatar
  • Offline
  • Gold Boarder
  • ZARP VIP
  • 21
  • Posts: 2327
  • Thanks received: 513
  • Karma: 39


Thank you Nexize for VIP

21

Resigned Global moderator, TTT/DarkRP Admin
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 8 months ago #177891



For a signature fite me
  • Frentium
  • Frentium's Avatar
  • Offline
  • Expert Boarder
  • ZARP VIP
  • ok
  • Posts: 1288
  • Thanks received: 277
  • Karma: 3

Resigned SSRP Administrator
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 8 months ago #177892

  • Slapy47
  • Slapy47's Avatar
  • Offline
  • Gold Boarder
  • ZARP VIP
  • EX- DarkRP Admin - TTT Moderator - Teamspeak Staff
  • Posts: 2613
  • Thanks received: 479
  • Karma: 11
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 8 months ago #177907

Deathrazor i want you :3
  • Alfred Salty
  • Alfred Salty's Avatar
  • Offline
  • Senior Boarder
  • ZARP VIP Gold Badge
  • I have to carry Klaprefot in every game i play
  • Posts: 371
  • Thanks received: 46
  • Karma: 7
EX SSRP Admin - Resigned Deathrun Moderator - Revolt Owner
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 8 months ago #177915

04:25 - Walter White: AYNI OYUNA
04:25 - Walter White: GİREBİLİRİZ
04:25 - Vanished: ney
04:25 - Walter White: ya
04:25 - Walter White: snn rank yüksekti
04:25 - Walter White: giremiyoduk ya
04:25 - Walter White: beraber
04:26 - Vanished: he
04:26 - Vanished: gireriz az sonra
04:26 - Vanished: bibiş yapacam
04:26 - Walter White: ayy lmao
04:26 - Walter White: ben de
04:30 - Walter White: geldim
  • Walter HWITE
  • Walter HWITE's Avatar
  • Offline
  • Gold Boarder
  • ZARP VIP
  • Posts: 2361
  • Thanks received: 354
  • Karma: 4
Former SSRP Super Administrator
Former BHOP Moderator
Former Deathrun Administrator
Former Teamspeak Moderator
A legend
steamcommunity.com/id/nottheoneyouthnk
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 8 months ago #177918

Intel Core i5-4460 3.2GHz Quad-Core Processor
  • SorIe
  • SorIe's Avatar
  • Offline
  • Marvelous Boarder
  • ZARP VIP Golden Blue Badge
  • Posts: 10833
  • Thanks received: 4290
  • Karma: 401

ex-dog LT member on many servers

Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 8 months ago #177919

Скажи я только развлекался
  • exrobite
  • exrobite's Avatar
  • Offline
  • Loyal Boarder
  • ZARP VIP Gold Badge
  • dont have a cow man
  • Posts: 8905
  • Thanks received: 2489
  • Karma: -31
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 8 months ago #177922

  • ParaMontana
  • ParaMontana's Avatar
  • Offline
  • User is blocked
  • ZARP VIP
  • Posts: 5541
  • Thanks received: 3172
  • Karma: -1047
Login or register to post a reply.

[Forum Game]What's in your clipboard? 8 years 8 months ago #177924

  • Luan
  • Luan's Avatar
  • Offline
  • Legendary Member
  • ZARP VIP Gold Badge
  • Ex- Surf Owner
  • Posts: 3193
  • Thanks received: 488
  • Karma: 26





EX- TS3 Staff
EX- SSRP Head Admin
Login or register to post a reply.
Time to create page: 0.165 seconds

188 PLAYERS ONLINE

Connect to server View Gametracker DarkRP 1
12/127
online
Connect to server View Gametracker Deathrun
0/40
online
Connect to server View Gametracker TTT
0/47
online
Connect to server View Gametracker Bhop
0/32
online
Connect to server View Gametracker Surf
0/32
online
Connect to server View Gametracker Prop Hunt
1/42
online
Connect to server View Gametracker Sandbox
0/42
online
Connect to server Discord
175/789
online
Top