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

Pages: [1] 2 3
1
Modification Help / is this Possible?
« on: September 11, 2011, 05:30:13 PM »
Hey is it possible if i make a serverCmdadmins(%client)
And when i do the command all admin names will popup some where?
Is that possible?

Not by making all names of admins in a text command and make that popup.

2
Modification Help / Buttons
« on: September 11, 2011, 12:16:41 PM »
Hey do anyone have a fast code if possible that if you press a button inside a gui you will open a page?

3
Help / Weird Problem with files
« on: September 08, 2011, 05:34:51 PM »
Hello,

I got a weird problem with some addon's and blockland files that are in config/server/ blbha.cs

Well i cant see addons i download from RTB in my addon's folder, only when i load a game i can see them execute, also files i export i cannot see.

Please help or tell me if you got the same problem.

4
Modification Help / If player in list
« on: September 07, 2011, 06:21:45 PM »
Hello, is it possible to make like in a gui there is a list of ppl and is there a way to check if their name is in the list? then if their in the list the function for that will work?

5
Modification Help / Gui makes my dedicated crash
« on: September 07, 2011, 12:06:10 PM »
Hey, everytime i load my server_randomname   with my gui inside the dedicated server crash when it loads the addon in the dedi window, and Ive tryed alot of things to make it work, but it doesn't so i need help to know why my dedicated server can't load my GUI  but if it's not dedicated it works fine.


6
Modification Help / Gui button function
« on: September 07, 2011, 02:10:17 AM »
Hello, what would i do to make so when people press the button in a gui they Get their clan tag changed?

Please anyhelp would be great. :D

7
Modification Help / (NewProblem) GUI scripting Help
« on: September 04, 2011, 04:57:05 PM »
Hey i made this GUI here and I'm using GuiScrollCtrl  same as I see in the AdminGui, So i cant remember the function that makes me add people into it.
 
Example: When player's join they get into the play list.

Anyone know how i can add people into a another list in a diffrent way, With   /add (name)   = makes them get into the list

Anyone skilled enough to help me ?  :D

Edit: Bump

New Problem.

If you make a list of names:

1: How do you make the Id of name popup to by only saying /add name if that is possible.
2: how do i make the names stay there.
3: How do i remove a specific name from the list.

All this is inside an GUI    i use server_name  and the coding is inside a server.cs   also   i use servercmd
tell me if there is something i am doing wrong.

8
Modification Help / -snip-
« on: September 04, 2011, 12:35:44 PM »
-snip-

9
Modification Help / Solved
« on: September 03, 2011, 11:03:44 PM »
Hey i made a GUI how do make it popup when player spawns, ive tryed several things?

Anyone got any idea?

Exit: solved

10
Modification Help / Why wont this work?
« on: September 02, 2011, 12:29:24 PM »
Hey Why wont this one work ?
Code: [Select]
function serverCmdstuff(%this)  ///stuff
{
     findClientByName(%this).clanPrefix = "ClanTagHere";
}
I just made it fast to check if it worked and it didn't


11
Modification Help / (new problem) Save and Load (server sided)
« on: September 01, 2011, 11:29:44 AM »
Hey anyone have a idea how to make for example  adding  clan tag to the client with the  FindClientByName(%name).clanSuffix and save it when they leave and load it automatic when they join.

And the way to remove it again.

Anyone?

 :cookie:

12
Modification Help / -Snip-
« on: August 25, 2011, 08:19:51 AM »
Solved

13
Modification Help / ^^##Schedule## Error
« on: August 17, 2011, 06:28:53 AM »
Hey and please tell me why i get an Error at Line 5:
Code: [Select]
package ...
{
function gameConnection::onClientEnterGame(%this)
{
parent::onClientEnterGame(%this)

schedule(2500, 0, "snip", %this);
}
};
activatepackage(...);

function snip(%this)
{
centerPrint(%this, "<bitmap:Add-Ons/Server_snip/thePicture...>", 5);
}

Error in console says  ^^schedule(##2500##,0 "snip", %this);


I removed names in the script for security reason.

14
Modification Help / Using Bitmap || Wont show up in minigame (1life)
« on: August 16, 2011, 10:44:41 PM »
Hey People, Ive having problems making a Image popup while inn a minigame with 1 life TDM

It will popup if there is no minigame up.

i use
Code: [Select]
function MinigameSO::addMember(%mini,%client)
     {
parent::addMember(%mini,%client);
     centerPrint(%client, "<bitmap:" @ blablabla.textureName @ ">", 5);
     }
and to find it i use
Code: [Select]
datablock decalData(blablablabla)
{
textureName = "blablablalbal-thatthings thatshould have been here";
preload = true;
};

The first one is in a package ofc.

and tell me if there is an easier way to do this, that would be helpfull.


15
Modification Help / [New Problem] Image wont Show up in minigames.
« on: August 12, 2011, 07:06:40 AM »
Is it possible to make a picture popup when you connect to an server?    Server-Sided



New Problem:   Image wont show up when there is 1 life and in a TDM When players spawn or join,

any solution?

it do show up besides that.

Pages: [1] 2 3