Liberty Unleashed
Liberty Unleashed => Support => Topic started by: rwwpl on August 26, 2014, 10:56:02 am
-
Example
function onServerStart()
{
SetWeaponData(6,WEAPONINFO_CLIPAMMO,1);
SetWeaponData(6,WEAPONINFO_DAMAGE,0);
}
And on the server M16 have 60 ammo...
-
SetWeaponData not works (idk)
Copy 'weapon.dat' from your GTA3 dir located in /data/ to your server dir in /LU/data/
-
SetWeaponData not works (idk)
Copy 'weapon.dat' from your GTA3 dir located in /data/ to your server dir in /LU/data/
"SetWeaponData and weapon.dat doesn't work"
weapon.dat also does not work ...
--------------------------------
Next bug.
SetServerRule not working properly. (works only with server.conf)
example:
SetServerRule("Gamemode","LU-DM 1.3e");
(http://i60.tinypic.com/rv8uwz.png)
-
All things works.
Update your server (download again)
Add:
function onServerStart ( ) {
SetServerRule ( "Gamemode", "LU-DM 1.3e" );
}
If not works, the function onServerStart was already added
-
All things works.
Update your server (download again)
Add:
function onServerStart ( ) {
SetServerRule ( "Gamemode", "LU-DM 1.3e" );
}
If not works, the function onServerStart was already added
Still not working.
-
All things works.
Update your server (download again)
Add:
function onServerStart ( ) {
SetServerRule ( "Gamemode", "LU-DM 1.3e" );
}
If not works, the function onServerStart was already added
Still not working.
Then idk, i don't have idea why fails lol. Other idea is show all code
-
I found bug!
When I add to server.conf
server_rule motd http://www.lu-dm.y0.pl/server/ludm.rtf
it, this code:
function onServerStart ( ) {
SetServerRule ( "Gamemode", "LU-DM 1.3e" );
}
does not work.
-
Post it on Mantis (http://mantis.liberty-unleashed.co.uk)
-
I did not get a confirmation e-mail.
And next bug
player.Alpha also did not work.
-
I did not get a confirmation e-mail.
And next bug
player.Alpha also did not work.
Alpha works with many skins (not ID 0, 122...)
In confirmation email, click in 'Re-send' or lost password
-
I did not get a confirmation e-mail.
And next bug
player.Alpha also did not work.
Alpha works with many skins (not ID 0, 122...)
In confirmation email, click in 'Re-send' or lost password
Ok, alpha works, but I can't restore normal alpha level.
As for Mantis, this did not help.
-
I did not get a confirmation e-mail.
And next bug
player.Alpha also did not work.
Alpha works with many skins (not ID 0, 122...)
In confirmation email, click in 'Re-send' or lost password
Ok, alpha works, but I can't restore normal alpha level.
As for Mantis, this did not help.
The default level is 255
-
I did not get a confirmation e-mail.
And next bug
player.Alpha also did not work.
Alpha works with many skins (not ID 0, 122...)
In confirmation email, click in 'Re-send' or lost password
Ok, alpha works, but I can't restore normal alpha level.
As for Mantis, this did not help.
The default level is 255
I know. Only gave a value of 0 and then as I change for example. 255, nothing happened.
-
-- bla bla bla, text --
For me works
-
-- bla bla bla, text --
For me works
Ok, i had a small mistake in my /setalpha command and fixed it ;)