GTAMP.com

Grand Theft Auto Media Press
It is currently Fri May 24, 2013 6:14 pm

All times are UTC




Post new topic Reply to topic  [ 58 posts ]  Go to page 1, 2, 3  Next
Author Message
PostPosted: Wed Apr 25, 2012 5:21 am 
Offline
Car Jacker

Joined: Wed Apr 25, 2012 5:02 am
Posts: 39
Hello This My First Map So Don't Put Bad Comment ;)


Attachments:
File comment: This Is My Map And His Name My Map 1
My Map 1.rar [15.45 KiB]
Downloaded 33 times


Last edited by ABA on Sun Apr 29, 2012 4:35 pm, edited 5 times in total.
Top
 Profile  
 
 Post subject: Re: My First Map!
PostPosted: Wed Apr 25, 2012 5:28 am 
Offline
Boss
User avatar

Joined: Tue Mar 04, 2008 6:51 am
Posts: 981
Location: GTAMP.com
You should remove My Map 1.000 and My Map 1.tmp from the archive and remove PlayerCount = 2 from the mmp file.

The player starts stuck underground. There is almost nothing on the map, you might want to complete at least 10% of it before releasing.


Top
 Profile  
 
 Post subject: Re: My First Map!
PostPosted: Wed Apr 25, 2012 5:46 am 
Offline
Car Jacker

Joined: Wed Apr 25, 2012 5:02 am
Posts: 39
Sektor wrote:
You should remove My Map 1.000 and My Map 1.tmp from the archive and remove PlayerCount = 2 from the mmp file.

The player starts stuck underground. There is almost nothing on the map, you might want to complete at least 10% of it before releasing.


thx :D


Top
 Profile  
 
 Post subject: Re: My First Map!
PostPosted: Wed Apr 25, 2012 7:31 am 
Offline
Car Jacker

Joined: Wed Apr 25, 2012 5:02 am
Posts: 39
i will remove the map to fix it


Top
 Profile  
 
 Post subject: Re: My First Map!
PostPosted: Fri Apr 27, 2012 11:25 am 
Offline

Joined: Sat May 16, 2009 6:14 am
Posts: 781
Location: London, UK
Every One Has To Start Some Where

_________________
Multiplayer Levels | Mission Code Tutorials | Multiplayer Videos


Top
 Profile  
 
 Post subject: Re: My First Map!
PostPosted: Sat Apr 28, 2012 4:16 pm 
Offline
Car Jacker

Joined: Wed Apr 25, 2012 5:02 am
Posts: 39
BenMillard wrote:
Every One Has To Start Some Where


thanks very much when i make a map i will go to this site always ;-)


Top
 Profile  
 
 Post subject: Re: My First Map!
PostPosted: Sat Apr 28, 2012 4:45 pm 
Offline
Car Jacker

Joined: Wed Apr 25, 2012 5:02 am
Posts: 39
Can anyone tell me how to make it top ground because it's under ground


Top
 Profile  
 
 Post subject: Re: My First Map!
PostPosted: Sat Apr 28, 2012 5:14 pm 
Offline
Boss
User avatar

Joined: Tue Mar 04, 2008 6:51 am
Posts: 981
Location: GTAMP.com
First get a mission editor: http://gtamp.com/gta2/tools/

Open "My Map 1.mis":

PLAYER_PED Playera = ( 1.5 , 5.5 , 1.0 ) 1 90
PLAYER_PED Playerb = ( 20.5 , 5.5 , 1.0 ) 1 180

Change 1.0 to 2.0 or higher.

Save and compile.


Top
 Profile  
 
 Post subject: Re: My First Map!
PostPosted: Sat Apr 28, 2012 10:22 pm 
Offline
User avatar

Joined: Fri Jan 29, 2010 3:00 pm
Posts: 825
Location: F21B3EED
You can use Epic GTA2 Map Editor to visually place the players at correct positions, too.

_________________
My GTA2 related projects:


Top
 Profile  
 
 Post subject: Re: My First Map!
PostPosted: Sun Apr 29, 2012 2:47 pm 
Offline
Car Jacker

Joined: Wed Apr 25, 2012 5:02 am
Posts: 39
Sektor wrote:
First get a mission editor: http://gtamp.com/gta2/tools/

Open "My Map 1.mis":

PLAYER_PED Playera = ( 1.5 , 5.5 , 1.0 ) 1 90
PLAYER_PED Playerb = ( 20.5 , 5.5 , 1.0 ) 1 180

Change 1.0 to 2.0 or higher.

Save and compile.



i make it but it not work can u help me?


Attachments:
File comment: and this is the map:
My Map 1.rar [5.29 KiB]
Downloaded 28 times
Top
 Profile  
 
 Post subject: Re: My First Map!
PostPosted: Sun Apr 29, 2012 2:51 pm 
Offline
Car Jacker

Joined: Wed Apr 25, 2012 5:02 am
Posts: 39
T.M. wrote:
You can use Epic GTA2 Map Editor to visually place the players at correct positions, too.



what does this do i download it?


Top
 Profile  
 
 Post subject: Re: My First Map!
PostPosted: Sun Apr 29, 2012 3:20 pm 
Offline
Boss
User avatar

Joined: Tue Mar 04, 2008 6:51 am
Posts: 981
Location: GTAMP.com
PARKED_CAR_DATA player_cara = (2.5, 5.5, 2.0) 0 0 GT24640
PARKED_CAR_DATA player_cara = (21.5, 5.5, 2.0) 0 0 GT24640

You can't have two PARKED cars with the same name.

Change it to:

PARKED_CAR_DATA player_cara = (2.5, 5.5, 2.0) 0 0 GT24640
PARKED_CAR_DATA player_carb = (21.5, 5.5, 2.0) 0 0 GT24640

Attachment:
mymap1.7z [4 KiB]
Downloaded 26 times


Top
 Profile  
 
 Post subject: Re: My First Map!
PostPosted: Sun Apr 29, 2012 3:25 pm 
Offline
Car Jacker

Joined: Wed Apr 25, 2012 5:02 am
Posts: 39
Sektor wrote:
PARKED_CAR_DATA player_cara = (2.5, 5.5, 2.0) 0 0 GT24640
PARKED_CAR_DATA player_cara = (21.5, 5.5, 2.0) 0 0 GT24640

You can't have two PARKED cars with the same name.

Change it to:

PARKED_CAR_DATA player_cara = (2.5, 5.5, 2.0) 0 0 GT24640
PARKED_CAR_DATA player_carb = (21.5, 5.5, 2.0) 0 0 GT24640


ok but i want it to be up ground not under ground :?:


Top
 Profile  
 
 Post subject: Re: My First Map!
PostPosted: Sun Apr 29, 2012 3:27 pm 
Offline
Boss
User avatar

Joined: Tue Mar 04, 2008 6:51 am
Posts: 981
Location: GTAMP.com
You already fixed the underground problem in the .mis file. You just didn't compile it (that means open it in Script Pad or mispad and click the compile button). I have attached the compiled version in the previous post. It wouldn't compile before because you had two cars with the same name.


Top
 Profile  
 
 Post subject: Re: My First Map!
PostPosted: Sun Apr 29, 2012 3:38 pm 
Offline
Car Jacker

Joined: Wed Apr 25, 2012 5:02 am
Posts: 39
Sektor wrote:
You already fixed the underground problem in the .mis file. You just didn't compile it (that means open it in Script Pad or mispad and click the compile button). I have attached the compiled version in the previous post. It wouldn't compile before because you had two cars with the same name.


thanx very much but how i can change outfit ped and car :?:


Top
 Profile  
 
 Post subject: Re: My First Map!
PostPosted: Sun Apr 29, 2012 3:43 pm 
Offline
Boss
User avatar

Joined: Tue Mar 04, 2008 6:51 am
Posts: 981
Location: GTAMP.com
http://projectcerbera.com/gta/2/tutorials/characters


Top
 Profile  
 
 Post subject: Re: My First Map!
PostPosted: Sun Apr 29, 2012 3:46 pm 
Offline
Car Jacker

Joined: Wed Apr 25, 2012 5:02 am
Posts: 39
Sektor wrote:
http://projectcerbera.com/gta/2/tutorials/characters



thanx ;)


Top
 Profile  
 
 Post subject: Re: My First Map!
PostPosted: Mon Apr 30, 2012 7:23 am 
Offline
Car Jacker

Joined: Wed Apr 25, 2012 5:02 am
Posts: 39
Can Anyone Tell Me How To Make Script Becuz I Don't Remember How To Make Script To Make Another Map


Top
 Profile  
 
 Post subject: Re: My First Map!
PostPosted: Mon Apr 30, 2012 7:34 am 
Offline
Boss
User avatar

Joined: Tue Mar 04, 2008 6:51 am
Posts: 981
Location: GTAMP.com
There's a template here: http://projectcerbera.com/gta/2/tutorials/multiplayer

I don't think there is any guide on how to use mispad.


Top
 Profile  
 
 Post subject: Re: My First Map!
PostPosted: Mon Apr 30, 2012 10:54 am 
Offline
User avatar

Joined: Fri Jan 29, 2010 3:00 pm
Posts: 825
Location: F21B3EED
ABA wrote:
T.M. wrote:
You can use Epic GTA2 Map Editor to visually place the players at correct positions, too.


what does this do i download it?

It will let you place the player, cars, and objects with your mouse. This way it is impossible to place the objects underground. All you have to do is to create the players/cars/objects in the .mis script file yourself, and then load the .mis script file in the Epic GTA2 Map Editor and then click the players/cars/objects from the Epic GTA2 Map Editor script view, to see where you had created them on the map, then you just click those objects with your mouse and drag them to new locations.

_________________
My GTA2 related projects:


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 58 posts ]  Go to page 1, 2, 3  Next

All times are UTC


Who is online

Users browsing this forum: Google [Bot] and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group