computers objects

Having problems with AMRTS? Having problems with your Computer?
Post Reply
User avatar
Petas
Map Maker
Map Maker
Posts: 563
Joined: Tue Jan 06, 2015 1:34 pm
Location: Czech Republic
Contact:
Czech Republic

computers objects

Post by Petas »

Hi I have a problem
do not know how to do that was to shoot a particular object?
I know I already asked
Here is my code to objects only thing I do in the game is credited Team 5 which is written in an object does it matter?

__________________Code-objects__________________

UnitObj()
{
Team("Team 5");
}

WallObj()
{
Link4(46);
}
}

CreateObject("attic.prop.plurtzacid", 56)
{
MapObj()
{
Armour(0.000000);
HitPoints(1.000000);

Position()
{
Pos(432.000000, 10.000000, 516.000000);
Right(0.000000, 0.000000, 1.000000);
Up(0.000000, 1.000000, 0.000000);
Front(-1.000000, 0.000000, 0.000000);
}

Zip();
}
I'm not saying I have good maps and that I'm a great player. I'm giving into that the most of my time.
WebSite https://petasv.wixsite.com/petasvideos
Youtube : https://www.youtube.com/PetasVideosTV
GameRanger ID 5603072
DISCORD ID : PetasVideosTV#9499
User avatar
TommyCD1
Moderator
Moderator
Posts: 1143
Joined: Tue Jun 04, 2013 8:55 am
Location: East Coast
Contact:
United States of America

Re: computers objects

Post by TommyCD1 »

CreateObject("attic.prop.plurtzacid", 56)
{
MapObj()
{
Armour(0.000000);
HitPoints(1.000000);

Position()
{
Pos(432.000000, 10.000000, 516.000000);
Right(0.000000, 0.000000, 1.000000);
Up(0.000000, 1.000000, 0.000000);
Front(-1.000000, 0.000000, 0.000000);
}

Zip();
}

Add the unitobj and zip lines. Also, you can get rid of the armor.

CreateObject("attic.prop.plurtzacid", 56)
{
MapObj()
{
HitPoints(1.000000);

Position()
{
Pos(432.000000, 10.000000, 516.000000);
Right(0.000000, 0.000000, 1.000000);
Up(0.000000, 1.000000, 0.000000);
Front(-1.000000, 0.000000, 0.000000);
}

Zip();
}

UnitObj()
{
Team("Team 5");
}

WallObj();

}
I may not make the best maps, or be the best player, but I put a lot of time, effort, and care into my stuff. That counts for something, right? No.
Image
"Can we order a pizza?"
GameRanger ID: 913974
User avatar
Petas
Map Maker
Map Maker
Posts: 563
Joined: Tue Jan 06, 2015 1:34 pm
Location: Czech Republic
Contact:
Czech Republic

Re: computers objects

Post by Petas »

TommyCD1 wrote:CreateObject("attic.prop.plurtzacid", 56)
{
MapObj()
{
Armour(0.000000);
HitPoints(1.000000);

Position()
{
Pos(432.000000, 10.000000, 516.000000);
Right(0.000000, 0.000000, 1.000000);
Up(0.000000, 1.000000, 0.000000);
Front(-1.000000, 0.000000, 0.000000);
}

Zip();
}

Add the unitobj and zip lines. Also, you can get rid of the armor.

CreateObject("attic.prop.plurtzacid", 56)
{
MapObj()
{
HitPoints(1.000000);

Position()
{
Pos(432.000000, 10.000000, 516.000000);
Right(0.000000, 0.000000, 1.000000);
Up(0.000000, 1.000000, 0.000000);
Front(-1.000000, 0.000000, 0.000000);
}

Zip();
}

UnitObj()
{
Team("Team 5");
}

WallObj();

}
Hey thanks for the advice but
I would need to keep those teams were on the small map
that there have always been only 4 players
I'm not saying I have good maps and that I'm a great player. I'm giving into that the most of my time.
WebSite https://petasv.wixsite.com/petasvideos
Youtube : https://www.youtube.com/PetasVideosTV
GameRanger ID 5603072
DISCORD ID : PetasVideosTV#9499
User avatar
E]x[F-Sniper
Admin
Admin
Posts: 1275
Joined: Wed Jul 16, 2008 2:21 am
Location: stfu noob
Contact:
Mexico

Re: computers objects

Post by E]x[F-Sniper »

You guys know that the code brackets are for posting code. Use them.

like this

Code: Select all

Position()
{
Pos(432.000000, 10.000000, 516.000000);
Right(0.000000, 0.000000, 1.000000);
Up(0.000000, 1.000000, 0.000000);
Front(-1.000000, 0.000000, 0.000000);
}
Image
User avatar
Petas
Map Maker
Map Maker
Posts: 563
Joined: Tue Jan 06, 2015 1:34 pm
Location: Czech Republic
Contact:
Czech Republic

Re: computers objects

Post by Petas »

E]x[F-Sniper wrote:You guys know that the code brackets are for posting code. Use them.

like this

Code: Select all

Position()
{
Pos(432.000000, 10.000000, 516.000000);
Right(0.000000, 0.000000, 1.000000);
Up(0.000000, 1.000000, 0.000000);
Front(-1.000000, 0.000000, 0.000000);
}
Well hey, thanks for the advice Sniper
you're ever on GameRanger? :-)) :S:
I'm not saying I have good maps and that I'm a great player. I'm giving into that the most of my time.
WebSite https://petasv.wixsite.com/petasvideos
Youtube : https://www.youtube.com/PetasVideosTV
GameRanger ID 5603072
DISCORD ID : PetasVideosTV#9499
User avatar
Kennedy
Loyal Member
Loyal Member
Posts: 621
Joined: Sun Dec 30, 2012 12:51 pm
Location: behind u.. now u see me?
Contact:
Mexico

Re: computers objects

Post by Kennedy »

Peta wrote:
E]x[F-Sniper wrote:You guys know that the code brackets are for posting code. Use them.

like this

Code: Select all

Position()
{
Pos(432.000000, 10.000000, 516.000000);
Right(0.000000, 0.000000, 1.000000);
Up(0.000000, 1.000000, 0.000000);
Front(-1.000000, 0.000000, 0.000000);
}
Well hey, thanks for the advice Sniper
you're ever on GameRanger? :-)) :S:
No hes not
Keep Calm... Im Here!
http://tru3---clan.webs.com/
User avatar
TommyCD1
Moderator
Moderator
Posts: 1143
Joined: Tue Jun 04, 2013 8:55 am
Location: East Coast
Contact:
United States of America

Re: computers objects

Post by TommyCD1 »

E]x[F-Sniper wrote:You guys know that the code brackets are for posting code. Use them.

like this

Code: Select all

Position()
{
Pos(432.000000, 10.000000, 516.000000);
Right(0.000000, 0.000000, 1.000000);
Up(0.000000, 1.000000, 0.000000);
Front(-1.000000, 0.000000, 0.000000);
}
Yes I know, but then I wouldn't be able to highlight my edits.

:BOO
I may not make the best maps, or be the best player, but I put a lot of time, effort, and care into my stuff. That counts for something, right? No.
Image
"Can we order a pizza?"
GameRanger ID: 913974
User avatar
E]x[F-Sniper
Admin
Admin
Posts: 1275
Joined: Wed Jul 16, 2008 2:21 am
Location: stfu noob
Contact:
Mexico

Re: computers objects

Post by E]x[F-Sniper »

@ Peta I rarely get on...
@TommyCD1 I know you can't highlight but you also don't have to post the entire code, only the function in question.
Image
User avatar
TommyCD1
Moderator
Moderator
Posts: 1143
Joined: Tue Jun 04, 2013 8:55 am
Location: East Coast
Contact:
United States of America

Re: computers objects

Post by TommyCD1 »

Ok thanks, I did not realize.
:BOW:
I may not make the best maps, or be the best player, but I put a lot of time, effort, and care into my stuff. That counts for something, right? No.
Image
"Can we order a pizza?"
GameRanger ID: 913974
User avatar
Kennedy
Loyal Member
Loyal Member
Posts: 621
Joined: Sun Dec 30, 2012 12:51 pm
Location: behind u.. now u see me?
Contact:
Mexico

Re: computers objects

Post by Kennedy »

E]x[F-Sniper wrote:@ Peta I rarely get on...
Told you Peta 8-|
Keep Calm... Im Here!
http://tru3---clan.webs.com/
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests