-
Posts
1751 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Events
Store
Blogs
Gallery
Raffles
Everything posted by KrispyK
-
Just replaced a stolen bike seat yesterday and the whole bike got stolen today
- Show previous comments 2 more
-
lawrence sonntag
-
You must live near mory mango
-
it was me im so sorry I was late for my midterm meet me at Guzzetta Hall and ill give you the bike back
PS bring some cash
-
- 1
- Report
-
apparently you need to port forward in elite dangerous if you dont want random disconnects bc UP2P... im in a dorm
- Show previous comments 1 more
-
or you could not post trash comments
-
it was a joke dont get mad
-
You should come over to the Zook Hall the internet is fine here
-
when ya tryin to learn arma code but all the guides online ae to old and the links dont work any more
-
Just download a mission and start reading through the code to work out what does what and then make your own mission from scratch and learn as you go. The BIS Wiki will help you a lot and KillzoneKid has a lot of good examples of how to do things on his website. http://killzonekid.com/
-
Thanks, it's pretty werid they use their own code tbh
-
Ill teach you some new arma code like this one meet me at teh chic filla at parking lot 18.
PS i dont like chicken
String a =
"Hello\u200e"
;
String b =
"Hello\u200f"
;
System.out.println(
'\''
+ a +
"' and '"
+ b +
"' are length "
+ a.length() +
" and "
+ b.length()
+
", equals() is "
+ a.equals(b));
-