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]
1  News and Content / Updates/Changes / Re: Update 0.1.0.10 (07/09/2011) on: September 07, 2011, 03:34:47 pm
Can't wait for new version.
Ideas:
While you make a headshot or shot in other part of body to someone, he/she can lose a head, arms and feets. The same in explosion.
The boats are avalible.
Posible to get rare cars.
Being able to use other colour name in dialogs
Being able to create create races
CreateMovingObject(objectid,X,Y,Z,X:open,Y:open,Z:close,Closespeed)

If someone have more simple ideas, better tell to him.

2  Off Topic / General Chat / Re: Your favourite gang in GTA III on: September 07, 2011, 03:26:28 pm
I like more Colombian Cartel, the best guns. But a cars are not the best for 4x4 one.
3  Liberty Unleashed / Liberty Unleashed Chat / Re: Ghost Town on: August 26, 2011, 12:56:21 am
The only solid thing in Ghost Town is the road which the Ghost Town is on,but the building arent
Once again, only a very small part of that is solid. Most of it is not.

Ok, we got it. I see with my eyes.
4  Scripting / Script Releases / Re: Notepad++ Squirrel Highlighting on: August 25, 2011, 04:43:38 pm
This helped me a lot! 10/10
5  Liberty Unleashed / Liberty Unleashed Chat / Re: Ghost Town on: August 25, 2011, 04:16:18 pm
1. make a new .nut file called "teleports.nut" in folder "Main" and copy paste that...
2. add this line to Script.xml in folder "Main": <script file="teleports.nut" client="0"/>

Wait how or with what I make a .nut file ?
6  Liberty Unleashed / Liberty Unleashed Chat / Re: Ghost Town on: August 25, 2011, 04:03:27 pm
1. make a new .nut file called "teleports.nut" in folder "Main" and copy paste that...
2. add this line to Script.xml in folder "Main": <script file="teleports.nut" client="0"/>

Thank you very much!
7  Liberty Unleashed / Liberty Unleashed Chat / Re: Ghost Town on: August 25, 2011, 03:19:15 pm
Code: [Select]
function onPlayerCommand( pPlayer, szCommand, szParams )
{
        if ( szCommand == "ghosttown" )
        {
                local v = pPlayer.Pos;
                v.x = -583;
                v.y = 942;
                v.z = 37.5;
                pPlayer.Pos = v;
                Message( pPlayer + " has teleported to /ghosttown", Colour( 0, 255, 0 ) );

To where put? :(
under custom scripts or scripts? :(
8  Scripting / Scripting Discussion / A program to mapping? on: August 25, 2011, 12:35:34 pm
If there any program where I can map in gta III? (to lu)
9  Liberty Unleashed / Liberty Unleashed Chat / Re: Ghost Town on: August 25, 2011, 12:11:56 pm
Can you at least tell to where put a teleport command, please.  ???
10  Liberty Unleashed / Suggestions / Re: Vehicle Ownership (very hard I know). on: August 24, 2011, 06:30:28 pm
I'm not a scripter, I'm maper.
I'm very (VERY!!!!!) bad in scripting.
11  Liberty Unleashed / Suggestions / Vehicle Ownership (very hard I know). on: August 24, 2011, 06:24:33 pm
How about a create a vehicle ownership to players.

While play buy car he can park (saved in savefiles or else, lock dors, turn on alarm and save colour of car.
Pages: [1]
© Liberty Unleashed Team.