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

Pages: 1 ... 234 235 236 237 238 [239] 240 241 242 243 244 ... 290
3571
Help / Re: How do you change the blockland default chat font
« on: September 28, 2014, 08:46:48 AM »
I know that you could package the chat message receiving to receive ("<font:fontname:size>"@%thenormalvariable) or something among those lines, but that's the kind of thing  you would ask on coding help. I'll do it later, if no one else does. Currently configuring some advanced frameworks, so i'm kind of preoccupied.

3572
General Discussion / Re: A custom master server
« on: September 28, 2014, 08:12:59 AM »
My vps:




If the idea is good, then theres plenty of users willing to pool some resources to make it happen.

3573
I was thinking, if it could be done and how difficult would it be. There has been a lot of people asking for different sounds and music files, so i wondered, if there was a way to make an add-on that makes putting sound files in the game. Maybe it could also be less restricting, but that's just me daydreaming.

Tl;dr: Add-on that makes putting sounds in the game easier.

3574
Modification Help / Re: I want to learn how to animate
« on: September 28, 2014, 05:50:25 AM »

3575
Modification Help / Re: Getting a player's clan tags
« on: September 28, 2014, 05:48:02 AM »
Code: [Select]
function serverCmdGetTags(%client,%targetname)
{
 %target=findclientbyname(%targetname);
 messageclient(%client,'',"\c6The clan tags for" SPC %target.name SPC "are \c3" @ %target.clanprefix SPC "\c6and \c3" @%target.clansuffix"\c6."); //I can use %target.clanprefix/suffix, right?
}
The code i made from scratch used target

3576
General Discussion / Re: A custom master server
« on: September 28, 2014, 05:46:57 AM »
Yea, that's what i thought. I was using it to test.. stuff

3577
General Discussion / Re: A custom master server
« on: September 28, 2014, 04:52:09 AM »
Hey Trinick, would XAMPP work on windows servers to host the MySQL files.

3578
Suggestions & Requests / Re: Robot like player
« on: September 28, 2014, 03:26:56 AM »
No one is going to make you a super advanced playertype. Making add-ons, especially models is very difficult

3579
Add-Ons / Re: Working Guitars
« on: September 28, 2014, 03:25:13 AM »
I like it a lot

3580
Modification Help / Re: Getting a player's clan tags
« on: September 27, 2014, 08:08:06 PM »
That still seems so wrong to me. Using %player for a client object is just ew.
That's what Tezuni used and i didn't go about changing everything. Also
Line 6 - it's \c6, not /c6 for the white color code.
You could also define %player in the if statement (it's not necessary, but that's how I do it)


Woops

3581
Idea: make the original bedroom and kitchen
then this will be the best modification ever made on blockland
(it sorta already is)
Already being made

3582
Modification Help / Re: Getting a player's clan tags
« on: September 27, 2014, 07:34:06 PM »
Code: [Select]
function serverCmdFindTags(%client, %player)
{
   // if(!%client.isAdmin)
   %player=findclientbyname(%player);
   if(!isObject(%player))
   {
      messageClient(%client,'',"\c6Client not found");
      return;
   }
   %prefix = %player.clanprefix;
   %suffix = %player.clansuffix;
   messageclient(%client,'',"\c7" @ %prefix SPC "\c6" @ %player.name SPC "\c7" @ %suffix);
}
ftfy. If i missed something, let me know

3583
General Discussion / Re: Taboo's Naval Fort Wars
« on: September 27, 2014, 05:15:28 PM »
I like the idea a lot

3585
Drama / Re: Hey I'm sorry
« on: September 27, 2014, 03:16:35 PM »
   None of you said i was a moron soooo obviously I'm not a moron :\
Let's just said it would have been redundant.

Pages: 1 ... 234 235 236 237 238 [239] 240 241 242 243 244 ... 290