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 - Crøwn

Pages: 1 2 [3] 4 5 6 7 8 ... 225
31
Why are you creating your own brick group, why can't you use the public one? You could try just using serverDirectSaveFileLoad() to load bricks instead.

I also think that brick groups need to be named the BL_ID they're attached to for some reason so like for yours it would have to be BrickGroup_0 (I could be wrong on that one but I remember something like that)



As for detecting when bricks/events are done loading, assuming you get the loading done correctly just package ServerLoadSaveFile_End().

32
Games / Re: League of Legends - some kind of space frog girl.
« on: November 27, 2017, 09:59:45 AM »
so after playing against zoe i can confirm that her design is the result of riot giving up on balance
she’s no worse than Syndra, just stand behind a minion and avoid her sleep. I love how everyone calls new champs OP.

33
so then connectToUrl basically passes the result on to myAPIRequest which will be accessed by doing myAPIRequest::handleText, and %text stores the text itself?
Yeah pretty much, and based on the example in the OP I got the feeling this isn't really an API but just a php page that outputs text when given certain GET variables. If this is the case just using what I posted will be faster than saving a file and reading it. It would be helpful if you posted the php code here or at least the webpage you're trying to access.

Also should note that handleText gets called for every line, and might contain header information or other stuff you might not want (not sure how TCPClient handles that) but be aware. You might have to do something like "response: your data here" and only grab lines that begin with "response:".

34
I would suggest using TCPClient. It allows for easy GET/POST requests with TCP objects and takes care of the messy stuff for you. You can read the documentation too for help but here's an example of what you're trying to do:

function NetworkRequest()
{
    connectToUrl("http://yourSite.com/api.php?a=03&v=00&e=" @ $somethingElse, "GET", "", "myAPIRequest");
}

(You can't define a function inside a for loop like you're doing in your example)
So now TCPClient is going to handle that request for you, the 4th parameter in the function is the class name which allows you to do this:

function myAPIRequest::handleText(%this, %text)
{
    echo("This is some text that was on the page:" SPC %text);
}

If you look at the documentation page I linked you can read more about the class functions.



Depending on the size and type of data you're storing in the database you may want to use JSON objects and in that case I would definitely go with jettison.

35
Modification Help / Re: Trails
« on: November 20, 2017, 05:59:43 PM »

36
Drama / Re: chakada's key has possibly been stolen
« on: November 13, 2017, 10:54:48 AM »
epic fail crown, epic fail
I have nothing to do with this.

I'm sure he's trolling and the people just disconnected because he asked them to meme with him.

37
Help / Re: What are some good file sharing websites that are free?
« on: November 13, 2017, 10:51:42 AM »
I've been using hostr.co for the past five years and it has always been good. I think it limits you to uploading like 10 files a day but that hasn't been a problem for me.

38
General Discussion / Re: Servers you thought were short-lived
« on: November 10, 2017, 11:53:17 PM »
Cromedome’s Murder Mystery. Even though it did last for a while, I miss the server. It was one of my favorites. Xalos’ Murder Mystery was also good but not as nostalgic as Cromedome’s.
Do you mean Cucumberdude’s?

39
General Discussion / Re: Crown's Jailbreak
« on: November 07, 2017, 07:51:17 PM »
Bump.

40
General Discussion / Re: Blockland Needs More Tezuni's
« on: November 06, 2017, 03:25:48 PM »
forget off i was talking about the unfair benefits the donators get not the actual donation system
Removing unfair benefits is the same thing as asking to stop accepting donations, who's going to donate just to have a [V] before their name? Nobody.

41
General Discussion / Re: Blockland Needs More Tezuni's
« on: November 06, 2017, 07:58:25 AM »
he had servers that gave donators really unfair benefits compared to people that didn't donate and he managed to rack up a forgetton of money

i even asked him to stop once and he blatantly ignored me he's a starfish
You asked him to shut down his business and he ignored you? What a jerk!

People love to have an advantage over other players and feel special. In part it's what keeps them coming back to the server. It's weird that you guys are so surprised that Tezuni does this, have you never played a Minecraft or Garry's Mod server? It's the same.

While I will agree that the benefits Tezuni gives his donators are a bit over the top it certainly doesn't ruin the gameplay. You're still able to easily get a better weapon in Prison Escape and kill everyone or escape.

The reason these dedicated servers on these other games are so successful is because they have their own sense of community behind them, which is exactly what I wanted with my server. It's nice.

42
General Discussion / Re: Skill4Life's Fall Block Party
« on: November 05, 2017, 07:44:57 PM »
Skill, what happened to pirate adventure?
It was all a joke, he has been working on this Block Party the entire time.

43
General Discussion / Re: What resolution do you play Blockland at?
« on: November 03, 2017, 12:13:23 PM »
it's 2017 and people still aren't using the small taskbar allowing 50 more pixels of vertical screen room?
The small taskbar makes the icons look bad in my opinion. 50 pixels isn't going to make or break my gameplay.

44
General Discussion / Re: What resolution do you play Blockland at?
« on: November 03, 2017, 12:04:43 PM »
1900x1000 so I can still see my taskbar.

45
Add-Ons / Re: Blockland Glass 4.1
« on: October 31, 2017, 07:42:52 PM »
makes me crash :(
Can you provide a console.log? Are you crashing randomly or when doing something specific? Some more details would help.

Pages: 1 2 [3] 4 5 6 7 8 ... 225