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.


Messages - Chefzor

Pages: [1] 2 3
1
Suggestions & Requests / Re: variable event suggestion
« on: January 11, 2013, 05:02:29 PM »
i dont think we can use ifvariable : <var:brick:music>

2
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

3
Help / Re: Blockland freezes, after alt-tabbing back to game
« on: January 15, 2012, 09:51:14 AM »
Anyone ?  :panda:

4
Help / Re: Blockland freezes, after alt-tabbing back to game
« on: January 11, 2012, 01:18:40 PM »
But i always play windowed :/

5
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.

6
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

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

8
Modification Help / Re: Help a starter scripter
« on: August 20, 2010, 07:13:02 PM »
Ill try to make something with that, thanks :) but i'd still like to get the script working.
Any ideas why it doesnt work?

9
Modification Help / Re: Help a starter scripter
« on: August 20, 2010, 06:39:05 PM »
I may sound noobish but wut.

10
Modification Help / Re: Help a starter scripter
« on: August 20, 2010, 06:26:54 PM »
Its packed in a Script_Tavernpot.zip
Console says syntax error on 1st line.

PS. My first script evar

11
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

12
Add-Ons / Re: New Plant Errors that didnt Take 20 Secs to Make
« on: July 20, 2010, 05:20:09 PM »
All of them suck and probably did take 20 "secs" to make.
You are wrong...
They didnt take 20 secs to make, they took 10 or 15 :)

13
Help / Re: Can't veiw screenshots
« on: July 15, 2010, 09:34:17 AM »
Your pictures are in the temp folder :(

You need to install Blockland on your hardrive (C:/   ; D:/   etc...)

14
Help / Re: Stoping firerelay from a different brick?
« on: July 15, 2010, 09:33:20 AM »
Nvm above ^^

15
Help / Re: Stoping firerelay from a different brick?
« on: July 15, 2010, 09:32:26 AM »
0    0    onactivate self firerelay
1    [the time after you want the loop to stop] onactivate self toggleeventenabled 2
2    33   onrelay self firerelay

Pages: [1] 2 3