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 2 3 [4]
46  Scripting / Script Help / Re: File Reading/Writing on: February 16, 2013, 09:28:13 am
Code: [Select]
function FileWrite(filename, text )
{
local file_text, file_handle;
file_text = text + "\r\n";
file_handle = file( filename, "a+" );

foreach ( idx, chr in text ){
file_handle.writen( chr, 's' ); }
}

Code: [Select]
FileWrite("Logs/Stats.txt", "hello");
Btw its edited Windlord `s script.
47  Liberty Unleashed / Liberty Unleashed Chat / Re: Expectations on: February 14, 2013, 07:46:56 pm
6) Your answer
I expect from myself to update anti speedhack. So in theory, nobody will be able to hack race results anymore.
Done.
48  Scripting / Script Help / Re: Ghost cars enabled on: February 14, 2013, 01:34:40 am
i've trashed all Wiki, and still cant find a answer. That's why i am asking.

it seems that, it's hidden or undocumented function.
49  Liberty Unleashed / Liberty Unleashed Chat / Re: Expectations on: February 14, 2013, 12:57:28 am
Thank you Svenko for your opinion . :)
This one, you shouldn't really look at it like "gta.ru,crime city,lolmortuary has more players and i will close my server"
If honestly, this was in early and in the middle of 2012, but not now.

I will say true reasons of this topic, in few days)
50  Scripting / Script Help / Ghost cars enabled on: February 13, 2013, 07:01:21 pm
How do i can to  enable ghost cars on my server?
Like on this video

[LU] Grand Central: Racing - Promotional Video
51  Liberty Unleashed / Liberty Unleashed Chat / Expectations on: February 13, 2013, 11:03:31 am
Hello LU community, you probably don't remember me, do you ? :D

I am the owner of the "Vetal's Test Server".
Now, the question is, what do you guys expect from me? In the comments below please leave your reply.

I might help you with answers:

1) Just making a nice server(s)
2) Promoting LU with any server that in the Internet tab
3) Publishing my compiled gamemode for people, and keep my server(s) running
4) Publishing my gamemode with open code, and  keep my server(s) running
5) Publishing my gamemode with open code, and turning off my server(s)
6) Your answer



Thanks.  :)
Pages: 1 2 3 [4]
© Liberty Unleashed Team.