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

Messages - Sebastian

#1111
Like I did with that Audi r8, in "Summertime Madness". :)

Everybody tried to enter it :DDD
#1112
Sooooo maaaaanyyy "else if".
And, ignoring that, there is a lot more easier way.

Something like this:
randmsg <- [
"text1"
"text2"
...
"textn"
];

NewTimer("Announces", 60000, 0);

function Announces()
{
 if(GetPlayers() >= 1)
        Message( randmsg[rand() % randmsg.len()] + "");
}

And that should be all you need. It's just the idea, it's untested.
#1113
maybe in 0.5 ;d
#1114
#1115
Servers / Re: Vice city Cops and Robbers
Dec 24, 2014, 11:02 AM
There is already a VCCNR server opened, and is actually the original one, with one of the original developers: CRAST. (aka CrazySteve)

http://forum.vc-mp.org/?topic=173.0
#1116
Support / Re: Nobody can join me
Dec 24, 2014, 10:52 AM
first of all, it needs to be populated every day, I suppose.
#1117
Support / Re: Player.Gravity
Dec 23, 2014, 04:55 PM
I don't think it will be added in 0.4.
Maybe just for worlds. (but not for unique worlds)
#1118
I believe there is some mistake in the source code of function... like "y,w,z,x" instead of "x,y,z,w".
I also tried to manually convert xml object to CreateObject, and the rotation is also wrong.
#1119
Haha, I somehow find it funny and interesting.
Good job !
#1120
Support / Re: Question
Dec 20, 2014, 10:13 PM
Yeeep !
#1121
General Discussion / Re: Can you help me?
Dec 19, 2014, 09:37 PM
Someone should release an basic admin system, with few commands, logging with a password specified by owner. (like in 0.3, but redesigned for 0.4) :)
#1122
I just visited the >old forum< and I had the surprise to see it spammed by "n" bots, with decades of pages full of topics about ^$#^@#$.

Someone should really clean it, and disable normal members from postiong. (so here comes the end 0.3)

http://youtu.be/wY1fUAPYH3M
#1123
I'm using KEd since NC told me about it.
KEd is better because it saves the correct rotation, not like MooMapper.

After that, you have to convert the .ipl to .xml / CreateObject.
#1124
I think you cannot disable them, but just redirecting to your radio when a player wants to hear a default radio.
#1125
Map Showroom / Prepare for Christmas !!
Dec 11, 2014, 11:15 PM

Dear scripters, it's time to prepare for the Christmas ! :)
And what Christmas is this, without a Christmas Tree in your server ?

This year, we are gonna use real objects, and not just pickups, like we used to, in the last years. 8)


After a long day of hard work, I finally finished it.
I created the Tree, then didn't like it, and recreated...
Pickups are still a part of the Christmas Project due to their lightness.