Recent posts

#1
Let's give a big shoutout to Nitroade who just became a sponsor for our event with a legendary $24 donation! We couldn't do it without amazing folks like you.

Quote from: Nitroade"It's amazing that after all these years VC:MP still lives and breathes and an event like VW is yet again on the table. A game like this and its community are never dead, as long as you remember that "the good old days" are always happening right now. Hope to see you all soon!
P.s. Voodoo best car"

Thinking about joining the competition yourself? We'd love to have you. Apply today!

Total Prize Pool: $232

For more info: https://viceunderdogs.com/index.php?topic=19143.msg188415#msg188415

#2
Scripting and Server Management / Re: Parkour system
Last post by PLAYER - Today at 10:09 AM
@everyone
#3
Scripting and Server Management / Re: Parkour system
Last post by PLAYER - Today at 09:37 AM
#4
Scripting and Server Management / Parkour system
Last post by PLAYER - Today at 09:30 AM
I want parkour system for my Server can anyone give me please :D
#5
your heal commands not works i try
#6
General Discussion / Re: Vice War X: The Starfish S...
Last post by VCPR_850 - May 27, 2024, 12:34 PM
Calling every VW participant to help us choose the date for the epic Vice War X! Voting is open now and will close on Wednesday, June 8th. Make your voice heard!

The date with the most votes will be the official battleground for the Vice War Tournament! We'll announce the winning date as soon as the polls close.

You can vote here: https://viceunderdogs.com/index.php?topic=19185.0
#7
General Discussion / Re: Vice War X: The Starfish S...
Last post by VCPR_850 - May 26, 2024, 01:18 PM
Wanna Know what makes VICE WAR X bigger and better? It's the sponsors, because of which we bring prize on the plate of our winners. We thank Krystianoo and [VU]Ferrari32 for their utmost support. Your support isn't just a contribution; it's a masterpiece that adds color and depth to our event. Cheers to the architects of our success, and the sponsors who make dreams a reality!

Quote from: VU Ferrari32"As someone who has always invested in this community, I continue to do so through this donation. I hope my donation brings an even bigger competitive edge on the event and motivates people to play to the best of their ability. Looking forward to seeing you all on Starfish island!"

Total Prize Pool: $208

https://viceunderdogs.com/index.php?topic=19143.msg188415#msg188415


#8
This is my research code, I create a canvas and text, the default text is divided on the canvas, when I change the color of the canvas, the canvas comes over the text and it's blocked, I want the text to appear on top of the canvas I change the color, but after using these functions, nothing happens, okay.
function Script::ScriptLoad()
{
myCanvas<-GUICanvas();
myCanvas.Position=VectorScreen(0,0);
myCanvas.Size=VectorScreen(200,200);
myCanvas.Colour=Colour(45,45,45,100);

mylabel<-GUILabel();
mylabel.Text="Text Label";
mylabel.TextColour=Colour(255,255,255,255);
mylabel.FontSize=50;
mylabel.Pos=VectorScreen(0,0);

myCanvas.AddChild(mylabel);
}

function ChangeColour()
{
myCanvas.Colour=Colour(0,150,0,100);
mylabel.SendToTop();
}
#9
/

#10
Script Showroom / MOVED: hi all
Last post by Sebastian - May 24, 2024, 10:55 PM