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.


  Show Posts
Pages: 1 2 3 [4] 5 6 ... 20
46  Scripting / Script Help / Re: /healall help on: September 16, 2014, 12:23:17 pm
You're trying to set an integer instead of float, so maybe try:
Code: [Select]
plrs.Health = 100.0;
47  Scripting / Script Releases / Re: [Update 02-09] GUI Admin Panel on: September 14, 2014, 03:39:37 pm
How i launch the admin panel?
  • Unzip `adminpanel.zip` to your `Scripts` directory.
    Make sure it's: Scripts/adminpanel/*files here*
  • Open `content.xml` and add `<script folder="adminpanel"/>` on the bottom.
  • If you are using version 1.3  (latest), open Scripts/adminpanel/server.nut and edit line 10:
    local ADMIN_PASSWORD      = "pass";
  • Login with command /aplogin <password>
  • Open admin panel with "P" button.
With LUID_AUTOLOGIN enabled, it's not necessary to login with command everytime, only once :)
48  Scripting / Script Help / Re: How to disable quit message and add my message? on: September 11, 2014, 10:29:01 pm
IIRC add return 1 into player death leave event.
49  Scripting / Script Releases / Re: [Update 02-09] GUI Admin Panel on: September 02, 2014, 02:27:13 pm
Admin Panel 1.3

Info:
New login methods (password/LUID autologin). Check readme.txt and new variables in server.nut!

Version 1.3 (02.09.2014):
- [SERVER] added admin login command (/aplogin by default)
- [SERVER] added autologin via LUID
- [SERVER] new variables in server.nut: (str)LOGIN_COMMAND, (str)ADMIN_PASSWORD, (int)ADMIN_LEVEL, (int)ADMIN_LOGIN_ATTEMPTS, (bool)LUID_AUTOLOGIN
50  Scripting / Script Releases / Re: [REL] DarkCrystal - v0.1.0.0 on: August 18, 2014, 09:38:44 pm
Looks nice, keep it up!
51  Liberty Unleashed / Support / Re: is it possible to add text when chosing a character? on: August 18, 2014, 03:14:04 pm
Yeah, try onClientRequestClass (client) or onPlayerSkinChange (server) event and use GUI label or BigMessage/SmallMessage to show a text.
52  News and Content / Updates/Changes / Re: Update 0.1.0.16 (06/08/14) on: August 14, 2014, 05:06:53 pm
This is a very old bug that we have been trying to track down the cause of for awhile.

I'm aware of that. However I'd really appreciate if this can be fixed, as I'm running a LU server and can't operate it properly without being able to connect to it.
My only idea what can cause this issue is GTA3/LU installation directory with non english characters. Eventually antivirus/UAC. What are yours install dirs?
53  Scripting / Script Releases / Re: [Update 08-08] Extended Garages (Bombshops, Pay'n'Sprays) on: August 08, 2014, 03:30:25 pm
Someone suggested me to add keybinds, so here it is! A new R3 version contains binds for accept/cancel buttons and it's Y/N by default.

Remember, if you have any interesting ideas about this script, please post it here. No one will be ignored :)

Download latest version
54  Scripting / Script Releases / Re: [Update 08-08] GUI Admin Panel on: August 08, 2014, 02:55:43 pm
Info:
A small update which adds new banning methods (LU 0.1.0.16).

Version 1.2 R3 (08.08.2014):
- [GUI] fix labels transparency in Liberty Unleashed 0.1.0.16+
- [GUI] added GUI_LABEL_ALPHA for theming
- [GUI] added ban type selection window (Liberty Unleashed 0.1.0.16+)
- [CLIENT] small code cleanups

Screen:


Download latest Admin Panel
55  Scripting / Script Releases / Re: [Update 04-08] Extended Garages (Bombshops, Pay'n'Sprays) on: August 04, 2014, 02:58:56 pm
@up: thanks :)
Released 1.0 R2 with added Liberty Unleashed 0.1.0.15 support.
56  Scripting / Script Releases / Re: [Update 04-08] GUI Admin Panel on: August 04, 2014, 02:55:59 pm
The update is ready!

Version 1.2 R2 (04.08.2014):
- [SERVER/CLIENT] added support for Liberty Unleashed 0.1.0.15
- [SERVER] use autoloader by default
- [SERVER] Autoloader: added "off_" prefix detection in script name to ignore scripts
- [SERVER] Autoloader: added scripts counter

Download link in first post.
57  News and Content / Updates/Changes / Re: Update 0.1.0.15 (02/08/14) on: August 04, 2014, 02:46:48 pm
Thank you.

Ps. The updated scripts (admin panel and extended garages) compatible with 0.1.0.15 are ready :)
58  Scripting / Script Releases / [Update 08-08] Extended Garages (Bombshops, Pay'n'Sprays) on: June 03, 2014, 05:50:57 pm
LATEST UPDATE: 08.08.2014 [STABLE]

Description
A script which makes bombshops and pay'n'sprays useful.

Features
Bombshops (8 Ball): arm any vehicle then use detonator and wait for players... have fun!
Pay'n'Sprays: fix any vehicle you want

Instalation
1. Unzip `extended_garages.zip` to your `Scripts` directory.
2. Open `content.xml` and add `<script folder="extended_garages"/>` on the bottom.

Remember: You can change cost in any garage with config.ini.

Screenshots




Changelog
Version 1.0 R3 (08.08.2014):
Added keybinds for accept/cancel (Y/N by default).

Version 1.0 R2 (04.08.2014):
Added support for Liberty Unleashed 0.1.0.15.

Version 1.0 (03.06.2014):
Initial release.

Known issues
You tell me ;)

Download
Extended Garages 1.0 R3 (latest)
Extended Garages 1.0 R2
Extended Garages 1.0

Github:
https://github.com/TheStoku?tab=activity
https://github.com/TheStoku/ExtendedGarages
59  Scripting / Script Releases / Re: [Script Release] GUI Admin Panel on: May 29, 2014, 02:57:29 pm
*bump*

I just created a github repo, so you can watch any changes in my sources, download releases etc.

Links:
AdminPanel: https://github.com/TheStoku/AdminPanel
Nightlies: https://github.com/TheStoku/AdminPanel/tree/unreleased-NIGHTLY
My activity: https://github.com/TheStoku?tab=activity

About the upcoming version... I've made a test and it needs some fixes before the release, but hopefully will be finished in a few days :)

/edit: releasing!



A color picker!


Version 1.2 (29.05.2014):
- [GUI] added "Vehicle Manager" tab
- [GUI] added color picker for vehicles
- [GUI] added teleport feature for players/vehicles
- [GUI] added "Set admin level" mode
- [GUI] added "All" checkbox to specify if you want to work on one player or all players (teleport all, kill all etc.)
- [GUI] added shadows for text which makes it more readable and nicer
- [GUI] some code improvements
- [CLIENT] fixed delayed settings load in "Time & Weather", "Server Settings" and "Game Settings" tab
- [CLIENT] fixed spawnscreen bug
- [CLIENT] fixed spectator mode
- [SERVER] added script autoload feature (thanks to Thijn). Just paste any .nut file into "adminpanel/autoload/" dir
- [SERVER] added "autoload/consolechat.nut", an example script and autoload feature
- [SERVER] added some new ADMIN_ECHO modes
- [SERVER] added server console commands, try 'help', 'cmd', or 'commands'
- [SERVER/CLIENT] added many checks, security fixes and did some code cleanups

Download Admin Panel 1.2

To enable/disable autoloader, open config.ini and edit/add line below:
Code: [Select]
[panel_config]
UseAutoloader = true
60  Liberty Unleashed / LU Clans / Re: [LCK] - Liberty City Killers on: May 03, 2014, 11:20:36 pm
There was no reunion, but I did a lifting of forums and portal (the second one isn't perfect, but who cares).

Thank you current and ex members who remembers our great times!

http://lck.vc-mp.pl/
Pages: 1 2 3 [4] 5 6 ... 20
© Liberty Unleashed Team.