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

Pages: [1] 2
1
Despite my name I think this update is a good idea. There, that's my contribution to this topic.

2
Modification Help / nvm
« on: January 28, 2012, 06:36:26 PM »
nvm

3
Modification Help / Re: GUI Question
« on: January 28, 2012, 11:37:29 AM »
Alright that makes sense, I still need to know how a VCE Variable value is displayed in a GUI. As in what would I add to my GUI itself so that the variable value can be shown in some text.

4
Modification Help / Re: GUI Question
« on: January 27, 2012, 08:06:19 PM »
Automatic as in, when the connect to the server it happens on its own.

5
Modification Help / Re: GUI Question
« on: January 27, 2012, 03:26:56 PM »
Could you make it so they automatically request it when they connect to the server?

Like have the server forces them to request it or something weird.

6
Modification Help / Re: GUI Question
« on: January 27, 2012, 12:43:25 AM »
How would somone go about requesting it anyway?

7
Modification Help / Re: GUI Question
« on: January 26, 2012, 08:10:56 PM »
Could I make it so all they have to do is request it once and it will automatically request it from then on?

8
Modification Help / GUI Question
« on: January 25, 2012, 10:39:51 PM »
Would it be possible to display a VCE Variable value in a GUI? I might be just thinking about it the wrong way but it doesn't seem like it would possible or indeed a good idea, considering you can open a keybound GUI on any server. I suppose that leads me to another question, is it possible to make it so people can download your GUI and yet only be able to use it on your own server. (NOT saying that they couldn't go change the code but just asking in general.)

9
Modification Help / Re: Variables in Chat Commands
« on: January 22, 2012, 01:44:33 PM »
Thank you this will work.

10
Modification Help / Re: Variables in Chat Commands
« on: January 22, 2012, 01:00:42 PM »
Sorry I should have elaborated, the VCE variables.

For Example:

OnActivate-->Client-->VCE_modVariable-->bla[Set]2
OnActivate-->Client-->CenterPrint-->Bla: <var:cl:bla>
It would say in centerprint, Bla: 2.

I need to make it so when you type /bla it says Bla: 2. (Asuming you have 2 Bla Variables.)

11
Modification Help / Re: Variables in Chat Commands
« on: January 22, 2012, 12:21:08 PM »
Thats not what I'm asking. What I want to do is have it show the variable number for bla after you type /bla. So instead of it just saying Bla: when you type /bla it says Bla: 2, asuming you have 2 bla variables.

Its just like the <var:cl:bla> thing that you type in events only I need it in code form.

12
Modification Help / Variables in Chat Commands
« on: January 22, 2012, 02:03:35 AM »
Here is my code.

Code: [Select]
function serverCmdbla(%client)
{
messageclient(%client,'',"Bla: ");
}

In its current state all it does is when you type /bla it sends     Bla:     as a chat message to your client.
I need to know what I would do to make it if you had 2 bla variables it would say Bla: 2.
Basically the <var:cl:bla> thing only for coding.
Hope you can understand what I want, Thanks.

13
Blockland Name: Mapster
Blockland ID: 1835
Reason you were banned: Using addvelocity events to get on top of Nooblets Bank.
Who banned you?: Sylvanor
Your defense: To start off I want to say that my Ban was completely justified. What I did was breaking the rules of the server however I would just like to say a few things in my own defense. I was not aware of any rules of the server except for the basic City RPG that apply to every server (i.e. using VCE's, spawnkilling, being annoying ect. ) I ask that a link be put in the welcome directly to the rules so that less people have this problem. As for me Sylvanor did warn me that he would ban if I kept at it, being a previous admin and old friend of Yorks I thought nothing of it and kept on. I would just like to Apologize to everyone at the CityRPG staff for being a noob.


14
Modification Help / Re: Editing MaxHealth through Client
« on: October 03, 2011, 11:30:40 PM »
Yeah thats what I want but I was asking what do I change other than the HigherMaxHealthDatablock?

15
Modification Help / Re: Editing MaxHealth through Client
« on: October 03, 2011, 08:19:50 PM »
No no no, I want it so when I get a certain number of a certain variable so that it will change my datablock to a datablock with more health than the default.

Read previous posts >.>

Sorry if title is misleading

Pages: [1] 2