Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Scars75

Pages: [1] 2
1
Off Topic / Post your schedule
« on: August 16, 2014, 11:05:57 PM »
School is starting soon or has already started for most people, so might as well make this thread now.
I start this Monday, so I'll post my schedule then.

2
Off Topic / just got $100 for my birthday
« on: January 20, 2013, 11:08:32 AM »
wat do

3
Off Topic / New fan-animated Invader Zim episode - Mopiness of Doom
« on: December 25, 2012, 02:24:27 PM »
Even though invader zim was canceled, the voices for a few episodes have been released a while ago and a couple people decided to animate them. They released the almost finished version of mopiness of doom today for christmas and it's pretty good.
http://www.youtube.com/watch?v=c0ExXAnuBBY

4
Add-Ons / LSD Shaders
« on: August 16, 2012, 05:04:37 PM »
An LSD shader with a keybind to toggle it.

Downloads
V1
Download
Video

V2  Not sure if I could call this an LSD shader, but I thought it was cool nonetheless.
Download



5
Game Modes / The Bedroom
« on: August 12, 2012, 11:15:17 AM »

Just a freebuild in the bedroom.
Download

6
Modification Help / serverConnection.chaseCam
« on: August 11, 2012, 06:59:40 PM »
I tried doing serverConnection.chaseCam(360000). 360000 milliseconds is 0.1 hours, or 6 minutes. I timed it, and the camera caught up with me after 2 minutes and 30 seconds. Did Badspot add a cap for it in v21? I'm pretty sure it didn't do this before the update.

7
Modification Help / Tool slots
« on: July 08, 2012, 10:58:37 PM »
Is there any way to set which tool slot is selected or detect which one is selected, client-sided?

8
Gallery / My first attempt at making something decent
« on: July 02, 2012, 01:14:16 PM »
This is my first attempt really at building something decent. It's 16x16 because it's on a cityrp server. How good is it (x/10)? What could I do to make it better?







9
Drama / Altruist and Doni - admin abuse
« on: June 25, 2012, 09:08:21 PM »
I was at Vigilance's CityRPG and one of the admins, altruist, shot a few people and killed them. A guy named pigman killed altruist with a gun then got launched by altruist. He said he did it because he got pissed off. I told him that it was unfair, then both him and Doni started spamming the launch command on me. I got banned for 1 minute with the reason "horse lick" or something, but I forgot to take a screenshot of that.






10
Modification Help / Packaging newChatHud_AddLine
« on: June 22, 2012, 12:15:58 PM »
I packaged neeChatHud_Addline(%t), but the code inside my package doesn't run when I send/receive a chat message. The code inside my package only runs when I manually call newChatHud_AddLine through the console. How do I fix this?
Here's my code:
Code: [Select]
package sbToggle{
function newChatHud_AddLine(%t){
parent::newChatHud_AddLine(%t);
echo("asdf");
echo(getWord(%t, 0));
if(getWord(%t, 0) $= "\c3TheScars75\c6:" && strStr(%t, "@sbON")!= -1){
echo("it works!");
}
if(getWord(%t, 0) $= "\c3TheScars75\c6:" && strStr(%t, "@sbOFF")!= -1){
echo("off");
}
}
};
activatePackage(sbToggle);
echo("test");


Edit: TomTom helped me in RTB, thanks

11
Modification Help / 3rd person detection and chaseCam
« on: June 17, 2012, 02:40:14 PM »
In a client add-on, how do I detect whether or not the client is in 3rd person? In serverConnection.chaseCam(%t), what measure of time is %t?

12
Off Topic / stuff.
« on: October 20, 2011, 02:39:58 PM »
My phone's screen is cracked.

What do I do?

13
Creativity / Animated gifs
« on: September 22, 2011, 08:52:02 PM »
Aren't they awesome? Post some that you found/made in this thread.

14
Modification Help / Bounds box invalid?
« on: September 05, 2011, 10:09:29 AM »
Quote from: Console log
==>datablock StaticShapeData(test){ shapeFile = "base/data/shapes/testModel.dts";};
Error: shape base/data/shapes/testModel.dts-collision detail 0 (Collision-1) bounds box invalid!
I use blender. How do I fix this?

15
Modification Help / Missing file: testing.cs!
« on: August 26, 2011, 08:22:00 PM »
Quote from: Console
==>exec("testing.cs");
Missing file: testing.cs!
Does that for any existing file I try to exec, even when it is packaged like an addon
How do I fix

Pages: [1] 2