Menu

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 Menu

Topics - rww

#41
Map Showroom / Print Works fixed
Nov 15, 2015, 12:23 PM
Small fix for Print Works...



#42
Servers / Polski server VC-DM by LU-DM Team
Nov 04, 2015, 07:32 PM




Hey! We would like to invite you to our VC-DM server. Check out our special arena to fight for the most popular weapons in the sunny Vice City. All commands are available both in Polish and English.
Enjoy the game!



Polski VC-DM by LU-DM Team - discord.gg/PFwem6J
IP: 188.68.236.24:9998
Slots: 32
Gamemode: Deatchmatch / Freeroam
Host location: Poland (by LCK Clan)
Owners: @rww & @Piterus
Website: https://lu-dm.eu.org
Discord: https://discord.gg/PFwem6J











#43
Content Type: Map/Object
Original Author: rww
More About Content:

This is my custom object - roof of bank in Little Havana.

Screens from game (littlewhitey's server):






Download links:



Alternative download link - from LU-DM site
#44
Support / I can't run server on windows
Sep 30, 2015, 03:05 PM
Vice City Multiplayer Server
 -------------------------------
 v0.4, (c) 2007-2014 VC:MP Team

Loaded plugin: geoip04rel64

Loaded plugin: hashing04rel64

Loaded plugin: sqlite04rel64

Loaded plugin: squirrel04rel64

[WEAPONS] No custom weapons to load.
[VEHICLEMODELS] No custom vehicle models to load.
Unable to start server on host:  port: 8193. Port in use?

I changed this port to other, and too have this error. I can't test my server on windows. (On VPS works good, but i too lazy to upload every time script update and test).
#45
General Discussion / Add engine functions...
Sep 07, 2015, 09:18 PM
I need vehicle engine functions, like this:

http://liberty-unleashed.co.uk/LUWiki/Squirrel/Server/Functions/Vehicles/SetEngineState

and Vehicle.GetEngineState
#46
Ok, in VC-MP 0.3, we have VCMP master list and LCMP master list.

[spoiler][/spoiler]

My suggest:

Add one browser for VCMP & LU. VCMP & LU have very similiar browser (at least in appearance)

[spoiler][/spoiler]


Effect

[spoiler][/spoiler]

#47
I need help... How to create basic script, when every 100 you receive extra award. Only I want that will be 100, 200, 300, and always for every 100, but to infinity.

No like this..

function example(player,test)
{
if (test == 1) ...
if (test == 2) ...
}

or

function example(player,test)
{
switch(test)
{
case 1: ...
case 2: ...
}
}

and end script on 2. I need infinity loop example. But idk, how do this.
#48
I know that this forum isn't support LU, but from some days, masterlist doesn't work. Some players create topic with this issuse. From today, website doesn't work and masterlist.

This is olny information for LU Devs...

#49
HideMapObject doesn't hide one object....

HideMapObject(1085,-1711.57,-203.86,15.8551); //mc_fence1
CreateObject(6001,0,Vector(-1711.58,-203.85,15.855),255);



In game effect (two objects in the same position):



And screen from 3ds max (new object).


#50
Description
Voodoo have Hydraulics like a 0.3 = Crash other players!

Reproducible
Always

What you were doing when the bug happened
I was enter the Voodoo and crash other players in server.

What you think caused the bug
Hydraulics.
#51
Description
Bikes reversing too fast...

Reproducible
Always

What you were doing when the bug happened
Nothing

What you think caused the bug
I don't know

Video
https://www.youtube.com/watch?v=t1U9xRdQp0U&feature=youtu.be
#52


I did with this -> http://vcmp.liberty-unleashed.co.uk/forum/index.php?topic=405.msg1293#msg1293
But it turned out, that teleport me in some places on center of area.

So how to use InPoly correctly?

This is script:

if (!InPoly(p.Pos.x,p.Pos.y,-1781.23,-85.4932,-1586.86,-85.4932,-1781.23,-305.329,-1586.86,-305.329)) PosDMM4(p);
where:

NW: -1781.23,-85.4932
NE: -1586.86,-85.4932
SW: -1781.23,-305.329
SE: -1586.86,-305.329
#53
I have this problem on Liberty Unleashed, but here is more people, who can help me.

When i use this function

function MessageAdmin(t1,r,g,b)
{
for (local i = 0; i <= GetMaxPlayers(); i++)
{
local p = FindPlayer(i);
if (Level[p.ID] >= 3) MessagePlayer(t1,p,r,g,b);
}
}

I have a error:

<07/07/2015 - 13:12:24>
AN ERROR HAS OCCURED [the index 'ID' does not exist]
<07/07/2015 - 13:12:24>
CALLSTACK
<07/07/2015 - 13:12:24> *FUNCTION [MessageAdmin()] Scripts/Glowny/Funkcje.nut line [24]
<07/07/2015 - 13:12:24> *FUNCTION [onPlayerCommand()] Scripts/Glowny/Komendy.nut line [4789]
<07/07/2015 - 13:12:24>
LOCALS
<07/07/2015 - 13:12:24> [i] INSTANCE
<07/07/2015 - 13:12:24> [ b ] 255
<07/07/2015 - 13:12:24> [g] 255
<07/07/2015 - 13:12:24> [r] 255
<07/07/2015 - 13:12:24> [t1] "[#ff0000]@ [#ffffff][0] ^YLC^RwwpL.[#ffffff]: test"
<07/07/2015 - 13:12:24> [this] TABLE
<07/07/2015 - 13:12:24> [veh] NULL
<07/07/2015 - 13:12:24> [plr] NULL
<07/07/2015 - 13:12:24> [t] "test"
<07/07/2015 - 13:12:24> [c] "a"
<07/07/2015 - 13:12:24> [p] INSTANCE
<07/07/2015 - 13:12:24> [this] TABLE
#54
My Version:
function GetFullTime()
{
local time = date(), sec = Fixa(time.sec), min = Fixa(time.min), hr = Fixa(time.hour), day = Fixa(time.day), mon = Fixa(time.month += 1), year = time.year;
return day+"/"+mon+"/"+year+" - "+hr+":"+min+":"+sec;
}

function Fixa(a)
{
if (a < 10) return "0" + a;
return a;
}

@S.L.C Version:
function GetFullTime()
{
    local t = date();
    return ::format(@"%.2d/%.2d/%d - %.2d:%.2d:%.2d", t.day, t.month, t.year, t.hour, t.min, t.sec);
}

#56
Map Showroom / Yacht
May 08, 2015, 03:15 PM
This script add yacht in Marina Port ;)



CreateObject(2587, 0, Vector(-375.49, -1322.31, 9.8), 255);
CreateObject(2590, 0, Vector(-375.49, -1322.31, 9.8), 255);
CreateObject(2586, 0, Vector(-375.49, -1322.31, 9.8), 255);
CreateObject(2588, 0, Vector(-375.49, -1322.31, 9.8), 255);
CreateObject(2592, 0, Vector(-375.49, -1322.31, 9.8), 255);
CreateObject(2585, 0, Vector(-375.49, -1322.31, 9.8), 255);
CreateObject(2593, 0, Vector(-375.49, -1322.31, 9.8), 255);
#57
Sorry for post here , but LU forum is a litte dead (there is more scripters etc... and lu too have squirrel lang, and some testers from lu is there).

QuoteI need function for block another characters (like ł,ą,ć,ż,ę,ó etc..). My server use /changenick cmd and some players bugged account with invalid characters.

I very very thanks for help. I very need this, but idk how to do it.
#58
Support / -1 car color
Apr 19, 2015, 11:31 AM
Is possible to do working color -1 like on 0.3 (choosing car colors from carcols.dat). If yes, where I must put carcols.dat?
#59
GetVehicleModelFromName have some missings

After update missing too:
- Fbi Car
- FBI Rancher
- Pony

//============

Another bug:

function onPlayerPart(p,r)
{
print("[PART] ["+p.ID+"] [ "+p.Name+" ] IP: [ "+p.IP+" ] UID: [ "+p.UniqueID+" ]");
return 1;
}

#60
General Discussion / Suggest
Dec 18, 2014, 02:41 PM
My suggest is simple... add "Wiki","Bug Tracker" etc... under the "VCMP Logo"

Like there:



=======================================

Change limit for spawn class from 50 to 195/200 (all skins)