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 - Chefzor

Pages: [1]
1
Suggestions & Requests / variable event suggestion
« on: January 11, 2013, 03:48:32 PM »
since the game has a music size limit, would be good if we could put songs in parts
 and then with events like
 onmusicend self ifmusic== insertnameherep1
 onvariableture self setmusic insertnamehereep2

2
Help / Blockland freezes, after alt-tabbing back to game
« on: January 09, 2012, 01:58:02 PM »
Ive had this problem for a while now. It 'fixed' itself some time ago but now its back,
and i was wondering maybe any of you has encountered it too.

When i play(even in the main menu) and alt-tab, the game runs perfectly fine,
but after i alt-tab back to the game, it freezes for like 1 minute and then responds again.
Its fine when it does in the menu, but during games that usually gets me disconnected.

3
Suggestions & Requests / suggestion : unreal tournament weapons
« on: August 14, 2011, 11:44:45 AM »
would be awesome if anyone made weapons from unreal tournament/2004 (havent played 3 because of there is no assault mode)

you dont need to reply to this thread if you dont like the idea

4
Help / JVS content and others acting weird
« on: September 10, 2010, 07:00:44 AM »
Doesnt matter what door i build or what button i place, they spawn like normal bricks with no events and raycasting,rendering and collision on.
Halp.

5
Modification Help / Help a starter scripter
« on: August 20, 2010, 06:25:22 PM »
Code: [Select]
function servercmdtavernpot(%client,%empty)
{
if(%empty$=””)
{
 %rand=getrandom(1,10);
 if(%rand==1)
 {
  %client.prefix=”handicapped”;
 }
 if(%rand==2)
 {
  %client.prefix=”Cozy”;
 }
 if(%rand==3)
 {
  %client.prefix=”Sleeping”;
 }
 if(%rand==4)
 {
  %client.prefix=”Traveling”;
 }
 if(%rand==5)
 {
  %client.prefix=”Wandering”;
 }
 if(%rand==6)
 {
  %client.prefix=”Lovely”;
 }
 if(%rand==7)
 {
  %client.prefix=”Curious”;
 }
 if(%rand==8)
 {
  %client.prefix=”Sleepy”;
 }
 if(%rand==9)
 {
  %client.prefix=”Harmless”;
 }
 if(%rand==10)
 {
  %client.prefix=”Dangerous”;
 }
 %rand2=getrandom(1,10);
 if(%rand2==1)
 {
  %client.suffix=”Pillow”;
 }
 if(%rand2==2)
 {
  %client.suffix=”Bed”;
 }
 if(%rand2==3)
 {
  %client.suffix=”Blanket”;
 }
 if(%rand2==4)
 {
  %client.suffix=”Donkey”;
 }
 if(%rand2==5)
 {
  %client.suffix=”Shoe”;
 }
 if(%rand2==6)
 {
  %client.suffix=”Owl”;
 }
 if(%rand2==7)
 {
  %client.suffix=”Monstrosoty”;
 }
 if(%rand2==8)
 {
  %client.suffix=”Traveler”;
 }
 if(%rand2==9)
 {
  %client.suffix=”Willow”;
 }
 if(%rand2==10)
 {
  %client.suffix=”Dream”;
 }
 
 messageall("admin","<color:FFFFFF>"@%client.prefix@" <color:FFFF00>"@%client.suffix@" <color:FF00FF>might be a good name!");
}
else
{
 messageclient(%client,’’,”Invalid”);
}
}
Above is server.cs and below is description.txt
Code: [Select]
Title: Tavern name generator
Author: Kyttike
Does what it name says.
Help is appreciated

6
Help / A problem with hositing
« on: June 14, 2010, 02:45:09 PM »
When i host my server, noone can join, RTB IRC disconnects.
When my friends try to join, it wont go past sending punch packets.
It worked 30 minutes ago, then i went to disable some addons,
and when i tried to host again, he couldnt connect, and it disconnected from IRC.
When i looked in console, i saw
-ADDON LOADING JUNK-
-Lighting message and those other things-
-Maybe some spawning stuff-
No Matches
No Matches
No Matches
No Matches
-----
I think those No Matches are my friends attempts to join.
My ports are forwarded, my firewall is turned off while i host.
Any suggestions?

7
Add-Ons / Another Unknown Map version
« on: May 23, 2010, 03:05:21 PM »
No comment

/blockland/base/missions



http://www.youtube.com/watch?v=xsveiPJcxlE

8
Help / No explosions, emitters...
« on: February 03, 2010, 10:19:33 AM »
So i was building, and then a dude joined my server and spawned, then he started spamming me, and i noticed, that there is no print emitter. So i set an emitter on a brick, and it doesnt appear.
I guess its some broken addon bugging me, because the dood saw them, and i didnt.
-------
So anyone who is reading this topic, i ask for your help... What addons could it be, that bug them?
In advance, thanks :D

9
Help / Team spawns are messed up.
« on: January 17, 2010, 05:02:19 AM »
When i make a TDM, the teams use only teamspawn 1, even if i use teamspawn 6, it still only uses the Team Spawn 1 spawns.
I think its an addon, that breaks it.
Any help?

10
Suggestions & Requests / Green Hills
« on: November 20, 2009, 10:48:13 AM »
Can anyone port Green Hills for Retail Blockland?
I miss the map from RTB 1.045

11
Games / Blockland
« on: October 06, 2009, 04:13:02 PM »
Hey guys, i found this awesome game! Its called blockland
http://www.blockland.us/

It so awesome, u can build everything with legos, make cars and weapons :D

U can make minigame n stuff.

It costs only 20 $ U can try the demo

12
Games / Minecraft server
« on: June 24, 2009, 04:17:39 PM »
Hai everybody!
Everytime when i wanna host my server, the README says  "start server.bat"
I run it, and then comes something like this
" 'java' is not a recognized as an internal or external command, operable program or batch file.
Press any key to contiune . . . "

Ye im a noob. Can you help?

Pages: [1]