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 ... 6 7 [8] 9
106  Liberty Unleashed / Support / Re: SetWeaponData and weapon.dat doesn't work on: August 26, 2014, 04:30:48 pm
I found bug!

When I add to server.conf

Code: [Select]
server_rule motd http://www.lu-dm.y0.pl/server/ludm.rtf
it, this code:

Code: [Select]
function onServerStart ( ) {

SetServerRule ( "Gamemode", "LU-DM 1.3e" );
}

does not work.

107  Liberty Unleashed / Support / Re: SetWeaponData and weapon.dat doesn't work on: August 26, 2014, 04:03:29 pm
All things works.

Update your server (download again)

Add:

Code: [Select]
function onServerStart ( ) {

SetServerRule ( "Gamemode", "LU-DM 1.3e" );
}

If not works, the function onServerStart was already added

Still not working.
108  Liberty Unleashed / Support / Re: SetWeaponData and weapon.dat doesn't work on: August 26, 2014, 01:04:59 pm
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:
Code: [Select]
SetServerRule("Gamemode","LU-DM 1.3e");
109  Liberty Unleashed / Support / SetWeaponData and weapon.dat doesn't work on: August 26, 2014, 11:56:02 am
Example

Code: [Select]
function onServerStart()
{
SetWeaponData(6,WEAPONINFO_CLIPAMMO,1);
SetWeaponData(6,WEAPONINFO_DAMAGE,0);
}

And on the server M16 have 60 ammo...
110  Scripting / Script Releases / Re: [REL] DarkCrystal - v0.1.2.0 on: August 26, 2014, 11:12:46 am
Anti Drive-By system works great!
Overall a good script.
111  News and Content / Updates/Changes / Re: Update 0.1.0.16 (06/08/14) on: August 24, 2014, 11:38:13 am
this update dosen't work for win xp sp 2 .the microsoft visual C++ 2013 program tells me the curret version of windows is incompatibile.Can you release anorthe version 1.0.16  compatibile with microsoft visual c++ 2008? it runs great for xp sp 2.

You must update Win XP to SP3.
112  Liberty Unleashed / Support / Re: onPlayerWeaponChange doesn't work on: August 20, 2014, 10:36:00 pm
ok, works good ;)


and fix it http://liberty-unleashed.co.uk/LUWiki/Squirrel/Server/Events/Player/onPlayerWeaponChange
113  Liberty Unleashed / Support / onPlayerWeaponChange doesn't work on: August 20, 2014, 06:29:39 pm
Code: [Select]
function onPlayerWeaponChange(player,old,new)
{
if (new==WEP_UZI)
{
MessagePlayer("** Test message!",player);
KickPlayer(player);
}
return 1;
}


And

114  News and Content / Updates/Changes / Re: Update 0.1.0.16 (06/08/14) on: August 07, 2014, 01:26:09 pm
weapons.dat from server side doesn't works.
115  News and Content / Updates/Changes / Re: Update 0.1.0.16 (06/08/14) on: August 07, 2014, 10:41:07 am
BANTYPE_CONST

How constants?
  • Scripting - New constants for BanPlayer function: BANTYPE_NAME, BANTYPE_IP, BANTYPE_LUID
116  News and Content / Updates/Changes / Re: Update 0.1.0.16 (06/08/14) on: August 07, 2014, 10:36:58 am
Good! Thanks...

Please, add GetLUID(player);

That's already there, apart from the function is player.LUID

Ok, works ;)
117  News and Content / Updates/Changes / Re: Update 0.1.0.16 (06/08/14) on: August 07, 2014, 09:57:53 am
Good! Thanks...

Please, add GetLUID(player);
118  Liberty Unleashed / Support / Re: LU crashes.. on: August 05, 2014, 10:08:04 am
Is better to as 20 people will buy a new computer to install windows 7 for LU than one of you will improve the error.
119  Liberty Unleashed / Support / Re: LU crashes.. on: August 04, 2014, 09:59:22 pm
Microsoft don't support XP so why should we? Simple as.

Then do not support it, keep losing players u retarded developers. bye

exactly
120  Scripting / Script Releases / Re: GetSkinName on: August 03, 2014, 08:05:43 pm
I fixed small bug

Old:
Code: [Select]
case 108:   return "Luigi Goterelli";
case 108:   return "Maria Latore";

New:
Code: [Select]
case 107:   return "Luigi Goterelli";
case 108:   return "Maria Latore";
Pages: 1 ... 6 7 [8] 9
© Liberty Unleashed Team.