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 - $hane

Pages: [1]
1
Modification Help / would this script work
« on: October 19, 2009, 09:06:40 PM »
packagenewpackage
{
      commandtoclient( %client, '/jet', %sender, %voiceTag, %voicePitch, %msgString, %a1, %a2, %a3, %a4, %a5, %a6, %a7, %a8, %a9, %a10 );
   {
   jet(1);
};

2
Modification Help / Re: how do you make a gui?
« on: October 17, 2009, 01:56:33 AM »
oh btw im making a auto jet thing

3
Modification Help / Re: how do you make a gui?
« on: October 17, 2009, 01:54:48 AM »
f10?

4
Modification Help / how do you make a gui?
« on: October 17, 2009, 01:45:10 AM »
how do you make a gui?

5
Modification Help / Re: Execute Client Cmd
« on: October 17, 2009, 01:44:15 AM »
to crouch in console type crouch(1); to stop crouching type crouch();
to jump forever type jump(1); and to stop type jump();
to only walk not run type walk(1); to run again type walk();

6
General Discussion / Re: ► V13 Bugs
« on: October 17, 2009, 01:17:53 AM »
if you do crouch(1); on slate edits you fall through the ground

7
Suggestions & Requests / Re: Set event Admin Only
« on: October 17, 2009, 01:09:15 AM »
i will attempt to make this i have a idea how but to confirm my idea i need to study the disableevnt

8
ok i will

9
any ideas?also any console commands?

10
Modification Help / Re: Target All clients?
« on: October 17, 2009, 12:37:25 AM »
ClientGroup.getCount() returns an integer. The loop you're using is setting %i to 0, and incrementing %i each time it completes the code within the loop as long as it's still less than the integer ClientGroup.getCount() is returning. So currently that code is trying to access:

Code: [Select]
0.name
0.getPing()
1.name
1.getPing()
2.name
...

How can you use those integers to retrieve a client object? (Hint: look at my earlier posts)

Warning - while you were typing a new reply has been posted. You may wish to review your post.

Don't beat me :(
this doesn't work because ure a failure

11
Clan Discussion / Re: Bing - Currently working on a Future RP
« on: August 06, 2009, 12:24:08 AM »
i forgot the password into server can  u please tell me  :panda:

Pages: [1]